Apache log handling
jd0g
mail at justinmwright.com
Sat Jun 28 00:49:02 CDT 2003
Each virtual host can have their own log file (common and access logs) and
can be pointed to anywhere, like the user's home directory. For example:
<VirtualHost xxx.xxx.xxx.xxx>
ServerAdmin webmaster at somehost.com
ServerName www.somehost.com
ServerAlias somehost.com
DocumentRoot /usr/home/somehost/htdocs
ErrorLog /usr/home/somehost/somehost.com-error_log
CustomLog /usr/home/somehost/somehost.com-access_log common
</VirtualHost>
-----Original Message-----
From: owner-kclug at marauder.illiana.net
[mailto:owner-kclug at marauder.illiana.net]On Behalf Of Bradley Miller
Sent: Friday, June 27, 2003 4:38 PM
To: kclug at kclug.org
Subject: Apache log handling
Does anyone have any suggestions on how to handle log files on Apache with
virtual hosts? I keep getting gun shy of that nasty "file handles"
problem . . . should I be concerned? I'd much rather have the logs
easily accessible . . . for instance for clients with error logs of what
files are 404'ing.
More information about the Kclug
mailing list