]> git.pld-linux.org Git - packages/BackupPC.git/commitdiff
- migrate to apache 2.4
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 19 May 2013 16:36:09 +0000 (18:36 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 19 May 2013 16:36:09 +0000 (18:36 +0200)
backuppc_apache.conf

index 316bbfdf6a1819d68c6a0a1603d4d7c17eefd877..e5f445df7b97e7d78ebc8aadc6b2f0a557204371 100644 (file)
@@ -1,12 +1,9 @@
-# $Id$
-
 Alias /BackupPC /usr/share/backuppc/www/html
 Alias /cgi/BackupPC /usr/share/backuppc/www/cgi-bin
 
 <Directory /usr/share/backuppc/www/cgi-bin>
-       Order deny,allow
-       Deny from all
-       Allow from 127.0.0.1
+       Require all denied
+       Require local
        AuthName "Backup Admin"
        AuthType Basic
        AuthUserFile /etc/webapps/backuppc/htpasswd
@@ -19,9 +16,8 @@ Alias /cgi/BackupPC /usr/share/backuppc/www/cgi-bin
 </Directory>
 
 <Directory /usr/share/backuppc/www/html>
-       Order deny,allow
-       Deny from all
-       Allow from 127.0.0.1
+       Require all denied
+       Require local
        AuthName "Backup Admin"
        AuthType Basic
        AuthUserFile /etc/webapps/backuppc/htpasswd
This page took 0.062894 seconds and 4 git commands to generate.