> 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
>>
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
-