Line # Revision Author
1 602 dpavlin
2 # make swish indexing interface available
3 Alias /webpac-drustvene /data/webpac-drustvene/public_html-drustvene
4 Alias /webpac-drustvene-adv /data/webpac-drustvene/public_html-drustvene
5 711 dpavlin Alias /webpac-drustvene-cas /data/webpac-drustvene/public_html-drustvene
6 602 dpavlin AddHandler cgi-script .cgi
7 <Directory /data/webpac-drustvene/public_html-drustvene/>
8 DirectoryIndex index.cgi
9 Options ExecCGI FollowSymLinks Indexes
10 AllowOverride None
11 Order allow,deny
12 Allow from all
13 </Directory>
14