Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


lxd_smokeping

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
lxd_smokeping [2019/02/17 18:18] – [Configure] adminlxd_smokeping [2019/02/17 19:25] admin
Line 16: Line 16:
 ===Lighttpd / fcgi=== ===Lighttpd / fcgi===
   * Install required packages:<code>apt install lighttpd</code>   * Install required packages:<code>apt install lighttpd</code>
 +===fping== 
 +  * Download fping: <code>curl -OL http://www.fping.org/dist/fping-4.1.tar.gz</code> 
 +  * Extract:<code>tar zxvf fping-4.1.tar.gz</code> 
 +  * Compile:<code>cd fping-4.1 
 +./configure 
 +make -j4 
 +make install 
 +</code>
 ====Configure==== ====Configure====
   * Configure lighttpd:<code>cd /etc/lighttpd/conf-enabled   * Configure lighttpd:<code>cd /etc/lighttpd/conf-enabled
Line 37: Line 44:
 server.port                 = 80 server.port                 = 80
  
-index-file.names            = ( "index.php", "index.html", "index.lighttpd.html"+index-file.names            = ( "index.php", "index.html", "index.lighttpd.html" , "smokeping.fcgi" ) 
-url.access-deny             = ( "~", ".inc" )+#url.access-deny             = ( "~", ".inc" )
 static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" ) static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
  
lxd_smokeping.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1