Gilgongo wrote:
>
> >A big fundamental problem with Apache is that it is a common novice error
> >to support multipule virtual hosts in one log file with no way to
> >distinguish which log lines go with which host.
>
> Really? I don't think that's so much a problem with Apache so much as users
> who simply make the logical (but incorrect) assumption that a log file logs
> *all* server activity in one place. The comment "Any srm.conf or httpd.conf
> directive can appear within a VirtualHost configuration" that appears in
> httpd.conf makes it totally clear what's possible.
it's actually much clearer than that. the default
/ starting httpd.conf contains a <VirtualHost> block
that clearly includes ErrorLog and TransferLog
directives that include the vhost's domain in the
logfile name:
#<VirtualHost host.some_domain.com>
#ServerAdmin [EMAIL PROTECTED]
#DocumentRoot /www/docs/host.some_domain.com
#ServerName host.some_domain.com
#ErrorLog logs/host.some_domain.com-error_log
#TransferLog logs/host.some_domain.com-access_log
#</VirtualHost>
--
Steve Lane <[EMAIL PROTECTED], [EMAIL PROTECTED]>
All the trademarks mentioned in this document are
the property of their respective owners.
--------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
--------------------------------------------------------------------