Hi,
I hope I'm not too offtopic here, since my question refers more likely
to a problem with logrotate than to apache config itself...
I split one of my vhost logs into two parts, depending on the url which
was requested. For this I use the SetEnvIf-directive:
e.g.:
SetEnvIf Request_URI "^/abc/" queryabc
CustomLog /logs/access_abc combvabc env=queryabc
CustomLog /logs/access_std combvstd env=!queryabc
However, this works great, but now logrotate rotates both logfiles
twice!
Does anybody know about this problem, or can point me to the right
direction?
Any help would be appreciated!
Andy
>> Stay informed about: logfile problem, setEnvIf and logrotate