ok let us try removing the rotatelogs altogether
This commit is contained in:
parent
02938f63ad
commit
3ae360d866
1 changed files with 4 additions and 2 deletions
|
@ -37,8 +37,10 @@ NameVirtualHost *:80
|
||||||
Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
|
Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
|
||||||
|
|
||||||
LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon
|
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"
|
# 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
|
# 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 />
|
<Location />
|
||||||
ExpiresActive On
|
ExpiresActive On
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue