Re: Loop in starting httpd when using Embperl_Options symbolic params

2004-04-23 Thread Beau E. Cox
On Thursday 22 April 2004 11:37 pm, Gerald Richter wrote: > Beau E. Cox wrote: > > On Thursday 22 April 2004 10:50 pm, Gerald Richter wrote: > >> Hi, > >> > >>> I am using cvs Embperl on cvs Apache2.1/cvs mod_perl 2 and > >>> perl 5.8.4. > >>> > >>> If I put this in my httpd.conf: > >>> > >>> Emb

Re: Loop in starting httpd when using Embperl_Options symbolic params

2004-04-23 Thread Gerald Richter
Beau E. Cox wrote: > On Thursday 22 April 2004 10:50 pm, Gerald Richter wrote: >> Hi, >> >>> I am using cvs Embperl on cvs Apache2.1/cvs mod_perl 2 and >>> perl 5.8.4. >>> >>> If I put this in my httpd.conf: >>> >>> Embperl_Options optReturnError >> >> While I have coded this feature (to

Re: Loop in starting httpd when using Embperl_Options symbolic params

2004-04-23 Thread Beau E. Cox
On Thursday 22 April 2004 10:50 pm, Gerald Richter wrote: > Hi, > > > I am using cvs Embperl on cvs Apache2.1/cvs mod_perl 2 and > > perl 5.8.4. > > > > If I put this in my httpd.conf: > > > > Embperl_Options optReturnError > > While I have coded this feature (to use names instead of numb

Re: Loop in starting httpd when using Embperl_Options symbolic params

2004-04-23 Thread Gerald Richter
Hi, > > I am using cvs Embperl on cvs Apache2.1/cvs mod_perl 2 and > perl 5.8.4. > > If I put this in my httpd.conf: > > Embperl_Options optReturnError > While I have coded this feature (to use names instead of numbers), it is not documentated, because it is not tested and so I don't kn

Loop in starting httpd when using Embperl_Options symbolic params

2004-04-23 Thread Beau E. Cox
Hi - I am using cvs Embperl on cvs Apache2.1/cvs mod_perl 2 and perl 5.8.4. If I put this in my httpd.conf: Embperl_Options optReturnError httpd 'loops' (top shows 99+ percent cpu for httpd). But this works: Embperl_Options 262144 Aloha => Beau;