/[BackupPC]/trunk/etc/httpd-lan.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-lan.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 296 - (hide annotations)
Thu Jan 26 15:23:14 2006 UTC (18 years, 4 months ago) by dpavlin
File size: 376 byte(s)
development configuration for virtual host backuppc.lan
1 dpavlin 296 <VirtualHost *>
2     ServerName backuppc.lan
3     DocumentRoot /data/backuppc/cgi-bin
4     AddHandler cgi-script .cgi
5     DirectoryIndex index.cgi
6     # User backuppc
7     # Group backuppc
8     <Directory /data/backuppc/>
9     Options +ExecCGI +Indexes +FollowSymLinks
10     Order allow,deny
11     Allow from all
12     </Directory>
13     SetEnv HTTP_USER backuppc
14     Alias /backuppc-images /data/backuppc/images
15     </VirtualHost>

  ViewVC Help
Powered by ViewVC 1.1.26