/[webpac]/branches/hidra/httpd-hidra.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 /branches/hidra/httpd-hidra.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 387 - (hide annotations)
Wed Jul 7 21:38:48 2004 UTC (19 years, 9 months ago) by dpavlin
File size: 686 byte(s)
changed back to local installation directory /data/webpac-hidra/

1 dpavlin 253
2     # make swish indexing interface available
3 dpavlin 387 Alias /webpac-hidra /data/webpac-hidra/public_html-hidra
4     Alias /webpac-hidra-bib /data/webpac-hidra/public_html-hidra
5     Alias /webpac-hidra-bib-en /data/webpac-hidra/public_html-hidra
6     Alias /webpac-hidra-adr /data/webpac-hidra/public_html-hidra
7     Alias /webpac-hidra-adr-en /data/webpac-hidra/public_html-hidra
8     Alias /webpac-hidra-ths /data/webpac-hidra/public_html-hidra
9     Alias /webpac-hidra-ths-en /data/webpac-hidra/public_html-hidra
10 dpavlin 253 AddHandler cgi-script .cgi
11 dpavlin 387 <Directory /data/webpac-hidra/public_html-hidra/>
12 dpavlin 253 DirectoryIndex index.cgi
13     Options ExecCGI FollowSymLinks Indexes
14     AllowOverride None
15     Order allow,deny
16     Allow from all
17     </Directory>
18    

  ViewVC Help
Powered by ViewVC 1.1.26