[Koha-patches] [Signed Off] [PATCH] Bug 6277 : CustomLog by default

Chris Cormack chris at bigballofwax.co.nz
Tue Jun 7 08:37:02 CEST 2011


From: Nuño López Ansótegui <nunyo at masmedios.com>

Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
---
 etc/koha-httpd.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 etc/koha-httpd.conf

diff --git a/etc/koha-httpd.conf b/etc/koha-httpd.conf
old mode 100644
new mode 100755
index bc2b4d8..bf8cdc7
--- a/etc/koha-httpd.conf
+++ b/etc/koha-httpd.conf
@@ -13,6 +13,7 @@
    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
+#  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__"
-- 
1.7.2.2



More information about the Koha-patches mailing list