Re: [us...@httpd] virtualhost doubt

2009-10-15 Thread Andre Rodrigues
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

Re: [us...@httpd] virtualhost doubt

2009-10-14 Thread Devraj Mukherjee
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

[us...@httpd] virtualhost doubt

2009-10-13 Thread Andre Rodrigues
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