]> git.koha-community.org Git - koha.git/commit
Bug 7885 - Change filename of TransferLog suggested by packages to fit with logrotate
authorMagnus Enger <magnus@enger.priv.no>
Wed, 4 Apr 2012 06:49:56 +0000 (08:49 +0200)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 24 May 2012 00:47:45 +0000 (20:47 -0400)
commitb690c69c9fe708354ac362ddd57ee203588835fe
tree6a41ce44f926bb9df000a7ca1c0e72bc7a427fec
parentf75721f77d4437a82e9e21fd8d5606a596bf3ee3
Bug 7885 - Change filename of TransferLog suggested by packages to fit with logrotate

The apache accesslogs suggested by the default config files are called
*_log, which results in them not getting picked up by logrotate, which
looks for *.log. This patch changes the suggested filenames to *.log.

To test:
Not much to test here, just apply the patch and check that all
occurences of TransferLog and CustomLog are now on the form *.log

All the lines where these occur are commented out, so this will
not actually change any behaviour.

Signed-off-by: Robin Sheat <robin@catalyst.net.nz>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
debian/templates/apache-site.conf.in
etc/koha-httpd.conf