RE: httpmodule bug

2004-11-19 Thread Larry Toppi
Title: RE: httpmodule bug I wonder if that has to do with the fact that Apache reads the configuration file twice? Larry. -Original Message- From: Yussef Alkhamrichi [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 18, 2004 7:19 PM To: [EMAIL PROTECTED] Subject: Re:

RE: [NOTICE] Subversion conversion

2004-11-18 Thread Larry Toppi
Title: RE: [NOTICE] Subversion conversion Sweet! I would vote to move it up one level. Thanks, Larry. -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 18, 2004 5:37 PM To: CLI Dev Subject: Re: [NOTICE] Subversion conversion

Patch for AllowEncodedSlashes directive

2004-05-20 Thread Larry Toppi
I would like to be able to configure the AllowEncodedSlashes directive within a Location section. Currently this directive is only allowed in the server config and virtual host sections. Allowing this functionality will only need a slight modification to the core.c file by or'ing

RE: Mem Leak when reverse proxying HTTP post requests

2003-12-10 Thread Larry Toppi
Title: RE: Mem Leak when reverse proxying HTTP post requests Thanks. -Original Message- From: Jeff Trawick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 10, 2003 2:46 PM To: [EMAIL PROTECTED] Subject: Re: Mem Leak when reverse proxying HTTP post requests Larry Toppi wrote

RE: filtering huge request bodies (like 650MB files)

2003-12-10 Thread Larry Toppi
Title: RE: filtering huge request bodies (like 650MB files) Bug 24991 that I just fixed yesterday dealt with a memory leak when reverse proxying HTTP POST requests. The fix was done in mod_proxy_http and the patch has been submitted. I'm not sure if this is the cause of the leak that you

RE: Mem Leak when reverse proxying HTTP post requests

2003-12-09 Thread Larry Toppi
Message- From: Larry Toppi [mailto:[EMAIL PROTECTED]] Sent: Monday, December 08, 2003 6:57 PM To: '[EMAIL PROTECTED]' Subject: RE: Mem Leak when reverse proxying HTTP post requests I did a little more debugging into this one and it seems that for every HTTP POST request that gets reverse

RE: Mem Leak when reverse proxying HTTP post requests

2003-12-08 Thread Larry Toppi
in the request body that gets POST'ed. Eg. UserName=user1 I've opened up a bugzilla bug report, #24991. Any insights or clues to help track this down would be very much appreciated. Thanks, Larry. -Original Message- From: Larry Toppi [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03

Mem Leak when reverse proxying HTTP post requests

2003-12-03 Thread Larry Toppi
Hi, I'm running the JMeter stress test tool to create HTTP POST requests through Apache (v.2.0.48) on the Windows 2000 platform. The request posts a small amount of data to a web page. Apache is configured to reverse proxy (ProxyPass) the request to the backend web server. In doing so,