]> git.pld-linux.org Git - packages/BackupPC.git/commitdiff
- apache config file for backuppc
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Sun, 19 Dec 2004 00:02:14 +0000 (00:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    backuppc_apache.conf -> 1.1

backuppc_apache.conf [new file with mode: 0644]

diff --git a/backuppc_apache.conf b/backuppc_apache.conf
new file mode 100644 (file)
index 0000000..4fd467d
--- /dev/null
@@ -0,0 +1,15 @@
+LoadModule perl_module modules/mod_perl.so
+    PerlModule Apache2
+    <Directory %{_datadir}/%{name}/cgi-bin/>
+        SetHandler perl-script
+        PerlResponseHandler ModPerl::Registry
+        PerlOptions +ParseHeaders
+        Options +ExecCGI
+        Order deny,allow
+        Deny from all
+        Allow from 127.0.0
+        AuthName "Backup Admin"
+        AuthType Basic
+        AuthUserFile %{_sysconfdir}/%{name}/passwd
+        Require valid-user
+    </Directory>
\ No newline at end of file
This page took 0.037022 seconds and 4 git commands to generate.