don't die if ISIS database is not found, just go to next one
[webpac] / httpd.conf
index 6d7c4b5..cca2e07 100644 (file)
@@ -1,11 +1,14 @@
 
 # make swish indexing interface available
-Alias /webpac /data/webpac/public_html
+Alias /webpac-dev /data/webpac/public_html
+AddHandler cgi-script .cgi
 <Directory /data/webpac/public_html/>
        DirectoryIndex index.cgi
        Options ExecCGI FollowSymLinks Indexes
        AllowOverride None
        Order allow,deny
        Allow from all
+       SetEnv LC_COLLATE hr_HR
+       SetEnv LC_CTYPE hr_HR
 </Directory>