Re: Different handlers in different NameVirtualHosts?

2002-12-05 Thread Damyan Ivanov
n the list made me think :-))) dam -- Damyan Ivanov Creditreform Bulgaria [EMAIL PROTECTED] http://www.creditreform.bg/ phone: +359 2 928 2611, 929 3993 fax: +359 2 920 0994 mobile: +359 88 566067 ICQ: 3028500 msg31627/pgp0.pgp Description: PGP signature

Different handlers in different NameVirtualHosts?

2002-12-04 Thread Damyan Ivanov
rtual hosts? Any readings I've missed? Thanks in advance. dam -- Damyan Ivanov Creditreform Bulgaria [EMAIL PROTECTED] http://www.creditreform.bg/ phone: +359 2 928 2611, 929 3993 fax: +359 2 920 0994 mobile: +359

Re: getting the PID for a request

2002-10-21 Thread Damyan Ivanov
On Thu, Oct 17, 2002 at 03:56:55PM +0530 Sylbert L wrote: > Is there any way I can get the Process Id or thread ID for a particular > process / thread that is handling my request ? thanks a bunch .. What's wrong with $$ ? > dam -- Damyan Ivanov

Re: getting the PID for a request

2002-10-18 Thread Damyan Ivanov
On Thu, Oct 17, 2002 at 03:56:55PM +0530 Sylbert L wrote: > Is there any way I can get the Process Id or thread ID for a particular > process / thread that is handling my request ? thanks a bunch .. What's wrong with $$ ? -- dam

Re: alarms

2002-04-10 Thread Damyan Ivanov
On Thu, Apr 11, 2002 at 12:30:53AM +0800 Stas Bekman wrote: > mire wrote: > >I wish to know 2 things about mod_perl > > > >1) what happens when you set an alarm for lets say 30 seconds and the > >request > >finishes in 20 ? Since apache child is very likely still alive is mod_perl > >too ? > >