/[pkgs]/devel/BackupPC/BackupPC.htaccess
ViewVC logotype

Contents of /devel/BackupPC/BackupPC.htaccess

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Thu Jul 27 20:04:03 2006 UTC (3 years, 4 months ago) by mmcgrath
Branch: MAIN
CVS Tags: F-12-split, F-7-split, F-8-split, BackupPC-2_1_2-7_fc6, FC-5-split, BackupPC-3_1_0-6_fc12, BackupPC-3_1_0-7_fc12, BackupPC-3_1_0-5_fc11, F-10-split, BackupPC-2_1_2-6, F-11-split, BackupPC-3_1_0-3_fc10, BackupPC-3_1_0-3_fc11, F-9-split, BackupPC-3_1_0-2_fc9, FC-6-split, BackupPC-3_0_0-3_fc8, EL-4-split, BackupPC-3_1_0-9_fc12, BackupPC-3_1_0-8_fc12, BackupPC-2_1_2-6_fc6, FC-4-split, BackupPC-3_1_0-4_fc11, BackupPC-3_1_0-1_fc9, HEAD
auto-import BackupPC-2.1.2-6 on branch devel from BackupPC-2.1.2-6.src.rpm
1 <Directory /usr/share/BackupPC/sbin/>
2 # BackupPC requires valid authentication in order for the web interface to
3 # function properly. One can view the web interface without authentication
4 # though all functionality is disabled.
5 #
6 # htpasswd -c /etc/BackupPC/apache.users yourusername
7 #
8
9 order deny,allow
10 deny from all
11 allow from 127.0.0.1
12 AuthType Basic
13 AuthUserFile /etc/BackupPC/apache.users
14 AuthName "BackupPC
15
16 require valid-user
17
18 </Directory>
19
20
21 Alias /BackupPC/images /usr/share/BackupPC/html/
22 ScriptAlias /BackupPC /usr/share/BackupPC/sbin/BackupPC_Admin

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2