major modifications to produce first (non-working) version of Web CGI
[webpac] / httpd.conf
1
2 # make swish indexing interface available
3 Alias /webpac /data/webpac/public_html
4 <Directory /data/webpac/public_html/>
5         DirectoryIndex index.cgi
6         Options ExecCGI FollowSymLinks Indexes
7         AllowOverride None
8         Order allow,deny
9         Allow from all
10 </Directory>
11