Re: [us...@httpd] vhost multiple error logs

2010-03-02 Thread Greg Cole
> On 02/03/2010 8:02 PM, Greg Cole wrote: >> How can I have multiple error logs based on virtual host names? >> >> something like this? >> >> NameVirtualHost *:80 >> >> >> VirtualDocumentRoot /Library/WebServer/Documents/%-3 >>

[us...@httpd] vhost multiple error logs

2010-03-02 Thread Greg Cole
How can I have multiple error logs based on virtual host names? something like this? NameVirtualHost *:80 VirtualDocumentRoot /Library/WebServer/Documents/%-3 ErrorLog logs/$HOSTNAME.error_log I have 11 host names and really only wish to have one VirtualHost section. Thanks, Greg -