]> git.pld-linux.org Git - packages/BackupPC.git/commitdiff
- add alliases
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Fri, 31 Dec 2004 06:24:40 +0000 (06:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    backuppc_apache.conf -> 1.4

backuppc_apache.conf

index 83963791eca1f8393b95a84f0f33ea30ee7cdbaa..be39030b915eb36224b5a00d2213a8d120d2e970 100644 (file)
@@ -1,15 +1,24 @@
-LoadModule perl_module modules/mod_perl.so
-    PerlModule Apache2
-    <Directory /cgi-bin/backuppc>
+
+Alias /BackupPC /usr/share/backuppc/www/html
+Alias /cgi/BackupPC /usr/share/backuppc/www/cgi-bin
+
+    <Directory /usr/share/backuppc/www/cgi-bin>
         SetHandler perl-script
         PerlResponseHandler ModPerl::Registry
         PerlOptions +ParseHeaders
         Options +ExecCGI
-        Order deny,allow
+       AllowOverride None
+       Order deny,allow
         Deny from all
         Allow from 127.0.0.1
-        AuthName "Backup Admin"
-        AuthType Basic
+#        AuthName "Backup Admin"
+#        AuthType Basic
 #        AuthUserFile /etc/backuppc/passwd
-        Require valid-user
+#        Require valid-user
     </Directory>
+
+#    <Directory /usr/share/backuppc/www/html>
+#      Order deny,allow
+#        Deny from all
+#        Allow from 127.0.0.1
+#    </Directory>
This page took 0.061113 seconds and 4 git commands to generate.