X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=etc%2Fkoha-httpd.conf;h=dc82d08a394edb563f9766d2fbd58aee32ff78a7;hb=b592d340af8b38f3a420095226b8117085e66574;hp=bc2b4d8324cce01a1a2b658cf6d1a2e1e4d4bb07;hpb=ef8171ba425f766b67d9e139194b6a8d570e301e;p=koha_fer diff --git a/etc/koha-httpd.conf b/etc/koha-httpd.conf index bc2b4d8324..dc82d08a39 100644 --- a/etc/koha-httpd.conf +++ b/etc/koha-httpd.conf @@ -13,9 +13,12 @@ ScriptAlias /opac-search.pl "__OPAC_CGI_DIR__/opac/opac-search.pl" ScriptAlias /search "__OPAC_CGI_DIR__/opac/opac-search.pl" ErrorLog __LOG_DIR__/koha-opac-error_log -# TransferLog __LOG_DIR__/koha-opac-access_log +# CustomLog __LOG_DIR__/koha-opac-access.log combined +# TransferLog __LOG_DIR__/koha-opac-access.log SetEnv KOHA_CONF "__KOHA_CONF_DIR__/koha-conf.xml" SetEnv PERL5LIB "__PERL_MODULE_DIR__" + SetEnv MEMCACHED_SERVERS "__MEMCACHED_SERVERS__" + SetEnv MEMCACHED_NAMESPACE "__MEMCACHED_NAMESPACE__" mod_gzip_on yes @@ -103,9 +106,11 @@ ScriptAlias /index.html "__INTRANET_CGI_DIR__/mainpage.pl" ScriptAlias /search "__INTRANET_CGI_DIR__/search.pl" ErrorLog __LOG_DIR__/koha-error_log -# TransferLog __LOG_DIR__/koha-access_log +# TransferLog __LOG_DIR__/koha-access.log SetEnv KOHA_CONF "__KOHA_CONF_DIR__/koha-conf.xml" SetEnv PERL5LIB "__PERL_MODULE_DIR__" + SetEnv MEMCACHED_SERVERS "__MEMCACHED_SERVERS__" + SetEnv MEMCACHED_NAMESPACE "__MEMCACHED_NAMESPACE__" Options +FollowSymLinks ErrorDocument 400 /cgi-bin/koha/errors/400.pl