]> 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:31 +0000 (20:47 -0400)
commite860c93505c9a0270b8363ac7d1a6efa01e6f510
tree18185133bbf0bbb59afcfd33601120679226e3dc
parent308ae63537a20bcca7a3b83de61fa4485f1edeee
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