Mukherjee
To: users@httpd.apache.org
Sent: Wed, October 14, 2009 9:34:24 PM
Subject: Re: [us...@httpd] virtualhost doubt
Hi Andre,
I believe this would be easier handled at the application server /
application level than trying to get Apache to direct error logs based
on URLs.
Unless of course you can
Hi Andre,
I believe this would be easier handled at the application server /
application level than trying to get Apache to direct error logs based
on URLs.
Unless of course you can create two VirualHost entries in which case
you can redirect the logs to different locations.
On Tue, Oct 13, 2009
Hi,
I´ve configured a virtualhost like this:
ServerName portal
# SSL config
JkMount /app dmb
JkMount /app2 dmb
Errorlog /var/log/apache2/app-error_log
If user types http://portal/app the Errorlog would be "Errorlog
/var/log/apache2/app-error_log".
OR
If user type http://portal/app