/[BackupPC]/trunk/etc/httpd.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/etc/httpd.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (hide annotations)
Fri Jul 29 17:33:23 2005 UTC (18 years, 10 months ago) by dpavlin
File size: 612 byte(s)
added init script and example httpd.conf (local use, really)

1 dpavlin 28 Alias /backuppc-images /data/backuppc/images
2     Alias /backuppc /data/backuppc/cgi-bin/
3    
4     <Directory /data/backuppc/cgi-bin/>
5     AllowOverride None
6     Options ExecCGI FollowSymlinks
7     AddHandler cgi-script .cgi
8     DirectoryIndex index.cgi
9    
10     AuthGroupFile /data/backuppc/etc/htgroup
11     AuthUserFile /data/backuppc/etc/htpasswd
12     AuthType basic
13     AuthName "BackupPC admin"
14     # require valid-user
15    
16     # a security hole?
17     Order allow,deny
18     Allow from all
19    
20     # ErrorLog /data/backuppc/data/log/error.log
21     # CustomLog /data/backuppc/data/log/access.log full
22     </Directory>

  ViewVC Help
Powered by ViewVC 1.1.26