Re: 'POST SubRequest via mod_proxy' Question

2007-03-07 Thread David Wortham
Sorry for the last mailing list post - my email client sent the message prematurely. I have two questions: (1) Has been able to get 'ap_run_sub_req(...)' to execute a sub_request without dumping the results straight to the (super|parent)request's output? I am using the following code to create th

Re: Small patch to ab apr_socket_recv error handling

2007-03-07 Thread Filip Hanik - Dev Lists
ok, Jeff's feedback has been incorporated into this patch. Filip Jeff Trawick wrote: On 3/2/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: is the patch below looking good? does it need adjustments? do I need to follow a different process? Filip Filip Hanik - Dev Lists wrote: > ok, fi

Re: Determining Apache version uppon compilation of module ?

2007-03-07 Thread Xavier Beaudouin
Le 6 mars 07 à 22:11, Joshua Slive a écrit : On 3/6/07, Joost de Heer <[EMAIL PROTECTED]> wrote: Xavier Beaudouin schreef: > Hello, > > I am trying to find a portable way to find what is the version of apache > during compilation of a third party module. In include/ap_release.h, the macros

Re: Ubuntu mod_python security notice.

2007-03-07 Thread Gregory (Grisha) Trubetskoy
I wonder if the issue is that we don't make it very clear how to report a security issue if one is found? Grisha On Wed, 7 Mar 2007, Graham Dumpleton wrote: Just saw this: http://www.derkeiler.com/Mailing-Lists/securityfocus/bugtraq/2007-03/msg00076.html http://www.securityfocus.com/archiv

'POST SubRequest via mod_proxy' Question

2007-03-07 Thread David Wortham
Hello again developers, I don't fully expect anyone to be able to answer this question. At this point, I am just looking for ideas to try. I am still trying to get my module to make a POST request to an external server (I am using a subrequest that bounces off of mod_proxy to the external s

Re: mod_proxy doesn't proxy with %2F

2007-03-07 Thread Mike Cardwell
* on the Wed, Mar 07, 2007 at 10:28:22AM +, Mike Cardwell wrote: > Using the standard Redhat Enterprise 4, Apache 2.0.52 RPMs here. I have > a CommunigatePro server. It runs it's own http daemon for the > administration interface, and webmail. We needed to extend it in several > ways, so I stu

Re: util_ldap.c use of hardcoded sizelimit on ldap_search_ext_s causing error

2007-03-07 Thread David Jones
Patch to commit if no further comments. Note that it does not have the ZOS define yet, and does not synch apr-util with httpd. to avoid synch problems i could add to util_ldap: #ifndef APR_LDAP_SIZELIMIT #define APR_LDAP_SIZELIMIT -1 #endif Index: modules/ldap/util_ldap.c =

Re: svn commit: r514915 - /httpd/httpd/trunk/support/logresolve.c

2007-03-07 Thread Joe Orton
On Tue, Mar 06, 2007 at 12:50:18AM +0100, Ruediger Pluem wrote: > > Author: jorton > > Date: Mon Mar 5 15:21:31 2007 > > New Revision: 514915 > > > > URL: http://svn.apache.org/viewvc?view=rev&rev=514915 > > Log: > > * support/logresolve.c (main): Fix potential NULL pointer dereference, > > found

mod_proxy doesn't proxy with %2F

2007-03-07 Thread Mike Cardwell
Hi, Using the standard Redhat Enterprise 4, Apache 2.0.52 RPMs here. I have a CommunigatePro server. It runs it's own http daemon for the administration interface, and webmail. We needed to extend it in several ways, so I stuck an Apache mod_proxy in front of it. Here's the config I used which wor