SOURCES: smokeping.conf - added /smokeping/ alias (with trailing slash) in ...

gotar gotar at pld-linux.org
Wed Nov 5 17:01:51 CET 2008


Author: gotar                        Date: Wed Nov  5 16:01:51 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added /smokeping/ alias (with trailing slash) in order to enable access
  to cropper, resource and script dirs, as well as tr.cgi and tr.html.
  In current directory layout it exposes *.pm to web access - do we care?
- options and note for running smoketrace

---- Files affected:
SOURCES:
   smokeping.conf (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/smokeping.conf
diff -u SOURCES/smokeping.conf:1.5 SOURCES/smokeping.conf:1.6
--- SOURCES/smokeping.conf:1.5	Mon Jan 23 13:31:18 2006
+++ SOURCES/smokeping.conf	Wed Nov  5 17:01:45 2008
@@ -1,10 +1,14 @@
 <IfModule mod_alias.c>
     Alias	/simg/		"/var/lib/smokeping/img/"
+    Alias	/smokeping/	"/usr/share/smokeping/"
     ScriptAlias /smokeping	"/usr/share/smokeping/smokeping.cgi"
 </IfModule>
 <Directory "/usr/share/smokeping">
 	Order allow,deny
 	Allow from all
+# NOTE: in order to run smoketrace (tr.cgi via tr.html) uncomment lines below and give apache necessary permissions to run traceroute
+#	AddHandler cgi-script cgi
+#	Options ExecCGI
 </Directory>
 <Directory "/var/lib/smokeping/img">
 	Order allow,deny
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/smokeping.conf?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list