Revision 711 (by dpavlin, 2005/09/11 18:46:44) local changes
# make swish indexing interface available
Alias /webpac-drustvene /data/webpac-drustvene/public_html-drustvene
Alias /webpac-drustvene-adv /data/webpac-drustvene/public_html-drustvene
Alias /webpac-drustvene-cas /data/webpac-drustvene/public_html-drustvene
AddHandler cgi-script .cgi
<Directory /data/webpac-drustvene/public_html-drustvene/>
	DirectoryIndex index.cgi
	Options ExecCGI FollowSymLinks Indexes
	AllowOverride None
	Order allow,deny
	Allow from all
</Directory>