Recently due to apache changes, the logging of raw accesses was changed on my server. It now logs all requests to the access_log instead of the seperate domain logs in .../domains/<something>.log.
Now I installed the split-logfiles from apache and it seems to be working fine, apart from the fact that the log files are named www.<something>.log instead of <something>.log. If I remove the www manually, then the logs are shown in DirectAdmin. This because the %v puts a www in front of the domain name/virtual host.
I would like to know how to make it that way that DirectAdmin (and webalizer) use the www.<something>.log version to access the logs? Or just to let apache log the non-www version?
Now I installed the split-logfiles from apache and it seems to be working fine, apart from the fact that the log files are named www.<something>.log instead of <something>.log. If I remove the www manually, then the logs are shown in DirectAdmin. This because the %v puts a www in front of the domain name/virtual host.
I would like to know how to make it that way that DirectAdmin (and webalizer) use the www.<something>.log version to access the logs? Or just to let apache log the non-www version?