Forum Moderators: DixonJones
The question is:
Is there any way to get Apache to keep a seperate log for my site alone. Right now, it's logging all of the requests for all www.whatever.whatever under the same file.
Using a combination of SetEnvIf..
[httpd.apache.org...]
...and CustomLog...
[httpd.apache.org...]
you can get Apache to log into different files based on various aspects of the connection - such as the "host" in your case.