commit d90e3fa04c0c577ecffb238da5acd97de11c0130
Author: Jan RÄ™korajski <[email protected]>
Date:   Sun May 19 18:36:09 2013 +0200

    - migrate to apache 2.4

 backuppc_apache.conf | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/backuppc_apache.conf b/backuppc_apache.conf
index 316bbfd..e5f445d 100644
--- a/backuppc_apache.conf
+++ b/backuppc_apache.conf
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/BackupPC.git/commitdiff/d90e3fa04c0c577ecffb238da5acd97de11c0130

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to