upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / backuppc / trunk / backuppc.httpd
blob5a297e2ecdeb5bd4c6fa1887ed9b0b9dc16adf77
1 <Directory /usr/share/backuppc/cgi-bin>
2 # This section tells apache which machines can access the interface.
3 # You can change the allow line to allow access from your local
4 # network, or comment out this region to allow access from all
5 # machines.
6 Require ip 127.0.0.1
8 # You can change the authorization method to LDAP or another method
9 # besides htaccess here if you are so inclined.
10 AuthType Basic
11 AuthUserFile /etc/backuppc/backuppc.users
12 AuthName "BackupPC Community Edition Administrative Interface"
13 require valid-user
14 </Directory>
16 <Directory /usr/share/backuppc/html>
17 Require ip 127.0.0.1
18 </Directory>
20 Alias /backuppc /usr/share/backuppc/html
21 ScriptAlias /BackupPC_Admin /usr/share/backuppc/cgi-bin/BackupPC_Admin