]> git.pld-linux.org Git - packages/smokeping.git/blob - smokeping-apache.conf
- drop obsolete and outdated manual inclusion of rpm macros
[packages/smokeping.git] / smokeping-apache.conf
1 <IfModule mod_alias.c>
2     Alias       /simg/          "/var/lib/smokeping/img/"
3     Alias       /smokeping/     "/usr/share/smokeping/"
4     ScriptAlias /smokeping      "/usr/share/smokeping/smokeping.cgi"
5
6 <IfModule mod_dir.c>
7         <Directory /usr/share/smokeping>
8                 DirectoryIndex  "/smokeping"
9         </Directory>
10 </IfModule>
11 </IfModule>
12
13 <Directory "/usr/share/smokeping">
14         Order allow,deny
15         Allow from all
16 # NOTE: in order to run smoketrace (tr.cgi via tr.html) uncomment lines below and give apache necessary permissions to run traceroute
17 #       AddHandler cgi-script cgi
18 #       Options ExecCGI
19 </Directory>
20
21 <Directory "/var/lib/smokeping/img">
22         Order allow,deny
23         Allow from all
24 </Directory>
This page took 0.062968 seconds and 3 git commands to generate.