Re: Is this a test framework bug?

2011-04-19 Thread Joe Orton
On Mon, Apr 18, 2011 at 08:46:15PM +0200, Stefan Fritsch wrote: > On Monday 18 April 2011, Torsten Förtsch wrote: > > On Monday, April 18, 2011 10:36:13 Joe Orton wrote: > > > If you change the CGI script to send a 100 rather than 102, does > > > it work? LWP should treat all 1xx as interim respon

Problem with DNS lookup caching in reverse proxy

2011-04-19 Thread slawomir.janotta
Hello everybody, I have tried to solve my issue by contacting the users@ mailing list but meanwhile I think this is the more appropriate list to address it. I have issues with the mod_proxy resolving a full qualified servername via DNS and caching it in its connection pool so a change in the res

Re: Is this a test framework bug?

2011-04-19 Thread Torsten Förtsch
On Monday, April 18, 2011 20:46:15 Stefan Fritsch wrote: > Maybe the newer LWP > sends an HTTP/1.1 request? Can you confirm this with tcpdump? Which > version of LWP do you use? At least it claims to support HTTP/1.1: GET /reverse/modules/cgi/nph-102.pl HTTP/1.1 TE: deflate,gzip;q=0.3 Connectio

Re: Is this a test framework bug?

2011-04-19 Thread Torsten Förtsch
On Tuesday, April 19, 2011 10:59:45 Joe Orton wrote: > +# force HTTP/1.0 to work around LWP 6.x bug > +$req->protocol('HTTP/1.0'); At least for libwww-perl/6.02 that does not help. It sends HTTP/1.1 no matter what. Here is a way that works, although very ugly: Index: t/modules/p

Re: mod_fcgid can kill all the services on the server via kill -15 -1

2011-04-19 Thread Igor Seletskiy
I like this idea better then just checking for pid == -1, though sending TERM signal to 0 shouldn't be that damaging (if damaging at all). Mostly because apachectl will run in different process group, so it will not be killed, and will finish restarting apache. And unless apache itself is embeded o

Re: RE: Cannot build httpd on Win 7 + VS2010

2011-04-19 Thread Gregg L. Smith
Hi Bing, This seems more like a user support question than for the dev list but here goes; As of the last releases (2.2.17 & 2.3.11) there were no .sln or .vcproj files shipped in the sources. There are only the VC6 workspace & project files (.dsw & .dsp). These are what the cvtdsp.pl -2005 mo

Re: ap_read_config in 2.3.11

2011-04-19 Thread Stefan Fritsch
On Monday 18 April 2011, Stefan Fritsch wrote: > I don't really like that. The admin should not have to count the > LoadModule directives in order to tune DynamicModulesMax for > minimum memory usage. Httpd should do the counting. > - a module that wants to add modules later (like mod_perl) could

RE: RE: Cannot build httpd on Win 7 + VS2010

2011-04-19 Thread bswen
Hi Gregg, The method you suggested works greatly, I've done it successfully: - perl cvtdsp.pl -2005 - VS 2008 conversion - VS 2101 conversion Cheers, bswen -Original Message- From: Gregg L. Smith [mailto:g...@gknw.net] Sent: Wednesday, April 20, 2011 4:43 AM To: