Re: [users@httpd] Filtering/Interception Error log strings

2005-05-16 Thread Jaspreet Singh
hey, On Fri, 2005-05-13 at 16:25 +0100, Joe Orton wrote: > On Fri, May 13, 2005 at 05:06:30PM +0530, Jaspreet Singh wrote: > > hi, > > > > I want to use apache to support 2000+ virt-hosts and log errors > > seperately for each virt-host. > > > > But a

Re: [users@httpd] Filtering/Interception Error log strings

2005-05-13 Thread Jaspreet Singh
Hi, thanx for the reply. On Fri, 2005-05-13 at 14:19 +0100, Nick Kew wrote: > Jaspreet Singh wrote: > > Not really - a google search would tell you more. There are modules > written for the purpose (mod_vhost_alias or third-party alternatives), > or there's a solut

Re: [users@httpd] Filtering/Interception Error log strings

2005-05-13 Thread Jaspreet Singh
Hi, On Fri, 2005-05-13 at 13:36 +0100, Nick Kew wrote: > Jaspreet Singh wrote: > > [ Please don't scatter this to so many list and individual addresses. > If I see more than one copy of any followup you post, I will certainly > not take the time to help you any further ] &g

[users@httpd] Re: [apache-modules] Filtering/Interception Error log strings

2005-05-13 Thread Jaspreet Singh
lways be constructed using request_rec , so no need to intercept them. Regards, Jaspreet Singh -- Don't Walk as if you own the world, Walk as if you don't damn who owns it. Jaspreet Singh Software Engineer, Ensim India. [EMAIL PROTECTED] +91 9890712226 --

[users@httpd] Filtering/Interception Error log strings

2005-05-13 Thread Jaspreet Singh
hi, I want to use apache to support 2000+ virt-hosts and log errors seperately for each virt-host. But apache opens and maintains fd's for each error_log and access_log. And hence the select syscall ( which has a fd_set of max 1024 fds) fails .. and hence apache fails to start up. Then i tried