2acb0edb1a6a487f5ae47dab35e73712991c7096
[webpac] / httpd.conf
1
2 # make swish indexing interface available
3 Alias /webpac /data/webpac/public_html
4 AddHandler cgi-script .cgi
5 <Directory /data/webpac/public_html/>
6         DirectoryIndex index.cgi
7         Options ExecCGI FollowSymLinks Indexes
8         AllowOverride None
9         Order allow,deny
10         Allow from all
11 </Directory>
12