RE: probs compile Embperl-2.0rc5

2005-09-25 Thread Gerald Richter
Hi, Could you send me the test/httpd.err.log from the make test that failed? > > > httpd.conf > /~~~ > NameVirtualHost 10.1.1.3:80 > > > ServerName www.mydomain.com > ServerAdmin [EMAIL PROTECTED] >

RE: Session Problems Due to Apache Calling Back Into Itself

2005-09-25 Thread Gerald Richter
> > > The problem seems directly attributable to a 500 > configuration error > > occuring with a request that was using the session. These > > configuration errors were occuring because of an error in our code > > which was causing Storable to fail. It seems like the next > connection > >

RE: Need to send "404 Not Found" instead of "ERR: 12 open error

2005-09-25 Thread Gerald Richter
Hi, > > > > > We are receiving "ERR 12" open errors from Embperl instead of > > "404 Not Found" errors. > > Is anyone having the same problem? Does anyone know what is wrong > > with our configuration? > > > The attached patch should solve the problem Gerald ** Virus checked by BB-500

Re: probs compile Embperl-2.0rc5

2005-09-25 Thread luke
Hi. I solved this prob. 25Sep2005 @ 14:26 Gerald Richter thusly spake > > httpd.conf > > /~~~ > > NameVirtualHost 10.1.1.3:80 > > > > > > ServerName www.mydomain.com > > ServerAdmin [EMAIL PROTECTED] > >

Re: Session Problems Due to Apache Calling Back Into Itself

2005-09-25 Thread ___cliff rayman___
Gerald Richter wrote: The problem seems directly attributable to a 500 configuration error occuring with a request that was using the session. These configuration errors were occuring because of an error in our code which was causing Storable to fail. It seems like the next