Changes of Revision 41
[-] [+] | Changed | smokeping.conf |
@@ -6,6 +6,10 @@ Alias /cache /var/cache/smokeping CustomLog /var/log/apache2/smokeping-access.log combined ErrorLog /var/log/apache2/smokeping-error.log + <LocationMatch "^/+$"> + Options -Indexes + ErrorDocument 403 /smokeping.cgi + </LocationMatch> <Directory /srv/www/smokeping> Order Allow,Deny Allow from all |