ok let us try removing the rotatelogs altogether

This commit is contained in:
Stephen Smoogen 2017-12-20 22:22:00 +00:00
parent 02938f63ad
commit 3ae360d866

View file

@ -37,8 +37,10 @@ NameVirtualHost *:80
Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon
ErrorLog "| /usr/sbin/rotatelogs /var/log/httpd/fedorapeople.org-error.log-%Y%m%d 86400 -l"
CustomLog "| /usr/sbin/rotatelogs /var/log/httpd/fedorapeople.org-access.log-%Y%m%d 86400 -l" vcommon
# ErrorLog "| /usr/sbin/rotatelogs /var/log/httpd/fedorapeople.org-error.log-%Y%m%d 86400 -l"
# CustomLog "| /usr/sbin/rotatelogs /var/log/httpd/fedorapeople.org-access.log-%Y%m%d 86400 -l" vcommon
ErrorLog logs/fedorapeople.org-error.log
CustomLog logs/fedorapeople.org-access.log vcommon
<Location />
ExpiresActive On