Results 1 to 2 of 2
I have my server set up currently using virtual hosts.
Is there a way to make seperate usage info for each virtual host (that normally resides in /var/www/usage (im using ...
- 12-26-2005 #1Just Joined!
- Join Date
- Jun 2005
- Posts
- 70
httpd and usage info
I have my server set up currently using virtual hosts.
Is there a way to make seperate usage info for each virtual host (that normally resides in /var/www/usage (im using fc3)).
hope someone can help!
cheers
- 10-12-2006 #2Just Joined!
- Join Date
- Jul 2005
- Posts
- 14
You can set separate error and access logs for each virtual host using ErrorLog and CustomLog directives inside that host's configuration section.
See this:
http://httpd.apache.org/docs/2.0/logs.html#virtualhost


Reply With Quote
