update branches with bugfixes from HEAD
[webpac] / httpd-hidra.conf
1
2 # make swish indexing interface available
3 Alias /webpac-hidra-bib /data/webpac-hidra/public_html-hidra
4 Alias /webpac-hidra-bib-en /data/webpac-hidra/public_html-hidra
5 Alias /webpac-hidra-adr /data/webpac-hidra/public_html-hidra
6 Alias /webpac-hidra-adr-en /data/webpac-hidra/public_html-hidra
7 Alias /webpac-hidra-ths /data/webpac-hidra/public_html-hidra
8 #Alias /webpac-hidra-ths-en /data/webpac-hidra/public_html-hidra
9 # default, da ne javlja gresku
10 Redirect /webpac-hidra          http://mjesec.ffzg.hr/webpac-hidra-bib
11 Redirect /webpac-hidra2         http://mjesec.ffzg.hr/webpac-hidra-bib
12 # /webpac-hidra2
13 Redirect /webpac-hidra2-bib     http://mjesec.ffzg.hr/webpac-hidra-bib
14 Redirect /webpac-hidra2-bib-en  http://mjesec.ffzg.hr/webpac-hidra-bib-en
15 Redirect /webpac-hidra2-adr     http://mjesec.ffzg.hr/webpac-hidra-adr
16 Redirect /webpac-hidra2-adr-en  http://mjesec.ffzg.hr/webpac-hidra-adr-en
17 Redirect /webpac-hidra2-ths     http://mjesec.ffzg.hr/webpac-hidra-ths
18 #Redirect /webpac-hidra2-ths-en  http://mjesec.ffzg.hr/webpac-hidra-ths-en
19 #
20 AddHandler cgi-script .cgi
21 <Directory /data/webpac-hidra/public_html-hidra/>
22         DirectoryIndex index.cgi
23         Options ExecCGI FollowSymLinks Indexes
24         AllowOverride None
25         Order allow,deny
26         Allow from all
27 </Directory>
28