Re: [users@httpd] Question regarding ErrorLog

2011-06-17 Thread Igor Galić
- Original Message - > Virtual Hosts are you answer. One Vhost per App and then reverse-proxy. http://www.apachetutor.org/admin/reverseproxies > R > > > Mark > > > On 17 Jun 2011, at 13:22, Bocalinda wrote: > I'm having 1 domain with different PHP applications seperated by > context. >

Re: [users@httpd] Question regarding ErrorLog

2011-06-17 Thread Mark Wiltshire
Virtual Hosts are you answer. R Mark On 17 Jun 2011, at 13:22, Bocalinda wrote: I'm having 1 domain with different PHP applications seperated by context. For example: www.mydomain.com/calculator www.mydomain.com/calendar What I'm trying to do is seperate the logs per context, instead of havin

[users@httpd] Question regarding ErrorLog

2011-06-17 Thread Bocalinda
I'm having 1 domain with different PHP applications seperated by context. For example: www.mydomain.com/calculator www.mydomain.com/calendar What I'm trying to do is seperate the logs per context, instead of having one acces.log and error.log for all. My first idea was to use conditional loggin