Shifted the opac out of koha so its now /usr/lib/cgi-bin/opac and /usr/lib/cgi-bin...
[koha.git] / etc / koha-httpd.conf
index 077a76e..24d147c 100644 (file)
@@ -37,9 +37,9 @@
    DocumentRoot __BASE_DIR__/templates/koha-tmpl/
    ServerName __WEBSERVER_HOST__:__WEBSERVER_PORT_LIBRARIAN__
 #  ServerAlias intranet.mydomain.com
-   ScriptAlias /cgi-bin/koha/ "__CGI_DIR__/"
-   ScriptAlias /index.html "__CGI_DIR__/mainpage.pl"
-   ScriptAlias /search "__CGI_DIR__/search.pl"
+   ScriptAlias /cgi-bin/koha/ "__CGI_DIR__/koha/"
+   ScriptAlias /index.html "__CGI_DIR__/koha/mainpage.pl"
+   ScriptAlias /search "__CGI_DIR__/koha/search.pl"
    ErrorLog __LOG_DIR__/koha-error_log
 #  TransferLog __LOG_DIR__/koha-access_log
    SetEnv KOHA_CONF "__PREFIX__/share/koha/etc/koha-conf.xml"