In our environment we stream all the Apache logs to a central syslog
server. I recently wrote a program in perl to auto separate the logs
per application name. Here is the program I wrote if you are
interested: http://www.ilive4unix.net/doku.php/code/perl/logsplitter.pl
Travis Sidelinger
Joshua Slive wrote:
On Feb 10, 2008 2:30 PM, Gary W. Smith <[EMAIL PROTECTED]> wrote:
Hello,
We use the following for hosting several sites by domain name and it seems
to work well for us.
VirtualDocumentRoot /exports/home/%-2.0.%-1/virtualdomains/%0
What we would like to do is to split the incoming logs for each of the base
level domains (that is domain.tld, regardless of *.domain.tld) such that for
each domain the logs are stored in /exports/home/%-2.0/%-1/logs. In this
case, the log folders (and the /exports/home/%-2.0/%-1/) are owned by root,
so this shouldn't be too much of a security issue.
Is there a way do this with the logs without doing actual virtuals for each
site?
The solution is discussed here:
http://httpd.apache.org/docs/2.2/logs.html#virtualhost
Joshua.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]