]> git.pld-linux.org Git - packages/BackupPC.git/commitdiff
- correct path
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Sun, 19 Dec 2004 00:45:20 +0000 (00:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    backuppc_apache.conf -> 1.2
    backuppc_htaccess -> 1.2

backuppc_apache.conf
backuppc_htaccess

index 4fd467de235c6b4c29ce1fb8a4984f18319209b2..b55f897d518dddd6adb260fd490756a2d24264b1 100644 (file)
@@ -1,6 +1,6 @@
 LoadModule perl_module modules/mod_perl.so
     PerlModule Apache2
-    <Directory %{_datadir}/%{name}/cgi-bin/>
+    <Directory /cgi-bin/backuppc>
         SetHandler perl-script
         PerlResponseHandler ModPerl::Registry
         PerlOptions +ParseHeaders
@@ -10,6 +10,6 @@ LoadModule perl_module modules/mod_perl.so
         Allow from 127.0.0
         AuthName "Backup Admin"
         AuthType Basic
-        AuthUserFile %{_sysconfdir}/%{name}/passwd
+        AuthUserFile /etc/backuppc/passwd
         Require valid-user
-    </Directory>
\ No newline at end of file
+    </Directory>
index 6e0d10150940d46a2027bcb55b85d1c9d419451f..a74417372ea16c7cecf75f369dafe6df09a30fd7 100644 (file)
@@ -1,5 +1,5 @@
-AuthGroupFile %{_sysconfdir}/%{name}/group    # <--- change path as needed
-AuthUserFile %{_sysconfdir}/%{name}/passwd     # <--- change path as needed
+AuthGroupFile /etc/backuppc/group    # <--- change path as needed
+AuthUserFile /etc/backuppc/passwd     # <--- change path as needed
 AuthType basic
 AuthName "access"
-require valid-user
\ No newline at end of file
+require valid-user
This page took 0.09939 seconds and 4 git commands to generate.