[PATCH] ProxyAddXHeaders for mod_proxy

2007-02-28 Thread Dziugas Baltrunas
Hi list, for those of us who are using Apache HTTPD as a internet proxy (a combination of forward and reverse proxy modes) it's important that requests going to the remote servers (which are not known backends but anonymous boxes in this case) would look the same independently whether the

Module Crashes if build as a shared object

2007-02-28 Thread MKhurana
Hi all One of my apache module crashes if it is used as shared module but works fine if it is build as static module. Also it was working fine as shared module before I upgraded to kernel 2.6 and glibc 2.3.4. Following is the back trace (gdb) bt #0 0xe410 in __kernel_vsyscall () #1

[ANNOUNCEMENT] - curl-loader version 0.26 released

2007-02-28 Thread Robert Iakobashvili
Hi, curl-loader is a performance testing, traffic generating HTTP/S and FTP/S tool, using protocol stack of libcurl/openssl, and simulating thousands of clients, each with its own src-IP. Client activities, errors and statistics are logged. Auth-login, unlimited download urls and logoff are

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

2007-02-28 Thread David Jones
Sorry for the delay. We use our own z/OS specific SDK. There is also a Tivoli SDK , [see Eric Covener's appends and http://issues.apache.org/bugzilla/attachment.cgi?id=19394 waiting for input], which shares some commonality with z/OS (Tivoli can accept the -1 without a problem, but it acts like

Re: [PATCH] ProxyAddXHeaders for mod_proxy

2007-02-28 Thread Dziugas Baltrunas
Hi, list, attaching same patch with small correction to the one submitted previously (was unnecessary double check for PROXYREQ_REVERSE). Patch is for httpd-2.2.x branch. On 2/28/07, Dziugas Baltrunas [EMAIL PROTECTED] wrote: Hi list, for those of us who are using Apache HTTPD as a internet

Re: Small patch to ab apr_socket_recv error handling

2007-02-28 Thread Filip Hanik - Dev Lists
ok, final patch, this one also adds in Content-Length: 0 when keep alive is used. somehow, most containers will not do keep alive unless there is a content length header. Filip Filip Hanik - Dev Lists wrote: hi Aaron, I added in the -r command line options, to not exit out on

Re: svn commit: r512848 - /httpd/httpd/trunk/VERSIONING

2007-02-28 Thread Jeff Trawick
On 2/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: chrisd Date: Wed Feb 28 09:12:06 2007 New Revision: 512848 URL: http://svn.apache.org/viewvc?view=revrev=512848 Log: fix a minor typo Modified: httpd/httpd/trunk/VERSIONING Modified: httpd/httpd/trunk/VERSIONING URL:

Re: Using mod_proxy from another module

2007-02-28 Thread Jim Jagielski
Yep. No problem. On Feb 21, 2007, at 4:50 AM, Marc Stern wrote: Is it also possible to make a post with this ? This is what I need. Jim Jagielski wrote: How could we use mod_proxy for outgoing connections from another module ? Is there any simple way ? Is there any standard (I mean

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

2007-02-28 Thread Brad Nicholes
LDAP SDK differences should really be pushed down into APR-Util. In fact your option #1 would probably be the way to go as long as it was implemented in apr_ldap.h.in and you implemented APR_HAS_ZOS_LDAPSDK that is determined during configure time just like the other SDKs. The #define should

Re: What do you think about Lighttpd?

2007-02-28 Thread steve
On 2/27/07, Arnold Daniels [EMAIL PROTECTED] wrote: Nick already told you, that Apache allows you to choose. So simply use the fast-cgi/mpm-event combo, if you like that best. And if you want to evangelize the combo, nobody is stopping you. I use this and it works fine. However: 1. The event

Re: What do you think about Lighttpd?

2007-02-28 Thread Paul Querna
steve wrote: On 2/27/07, Arnold Daniels [EMAIL PROTECTED] wrote: Nick already told you, that Apache allows you to choose. So simply use the fast-cgi/mpm-event combo, if you like that best. And if you want to evangelize the combo, nobody is stopping you. I use this and it works fine.

Re: What do you think about Lighttpd?

2007-02-28 Thread Colm MacCarthaigh
On Wed, Feb 28, 2007 at 01:32:44PM -0800, Paul Querna wrote: steve wrote: On 2/27/07, Arnold Daniels [EMAIL PROTECTED] wrote: Nick already told you, that Apache allows you to choose. So simply use the fast-cgi/mpm-event combo, if you like that best. And if you want to evangelize the

Re: [PATCH 38014] - Patch review request

2007-02-28 Thread Basant Kukreja
Revised patch after incorporating Will Rowe's suggestion. Regards, Basant. On Tue, Feb 27, 2007 at 05:06:57PM -0800, Basant Kukreja wrote: Hi, I work in the web tier group of Sun Microsystems Inc. I have submitted the patch for bug 38014 (The status '100 Continue' will be sent after

[PATCH 39299] - Patch review request

2007-02-28 Thread Basant Kukreja
Hi, I am Basant. I work in web tier group in Sun Microsystems Inc. I have submitted the patch for bug 39299. Summary : Internal Server Error (500) on COPY URI : http://issues.apache.org/bugzilla/show_bug.cgi?id=39299 Can some of the committer kindly review my patch please to see if it is

Re: [PATCH 39299] - Patch review request

2007-02-28 Thread Nick Kew
On Wed, 28 Feb 2007 14:31:19 -0800 Basant Kukreja [EMAIL PROTECTED] wrote: Hi, I am Basant. I work in web tier group in Sun Microsystems Inc. I have submitted the patch for bug 39299. Summary : Internal Server Error (500) on COPY URI :

mod_proxy issues and patch

2007-02-28 Thread Andy Wang
Hi all, I'm trying to work on getting some sane AJP proxy configurations using Apache 2.2.4. The problem I'm running into is that we use RewriteRules to use regular expression matching for proxying. In a previous thread on this dev list there was a discussion around ProxyPass being

Re: What do you think about Lighttpd?

2007-02-28 Thread steve
I use it too, and have meddled with it enough at a source level to feel comfortable running it. It has obvious, documented, problems (don't use it with mod_ssl), I didn't make it clear earlier -- I do use the event mpm. Successfully. What *is* the problem with mod_ssl anyway??? I have used the

Re: Using mod_proxy from another module

2007-02-28 Thread Marc Stern
I can't find how to do that, could you help me ? Thanks, Marc *//* Jim Jagielski wrote: Yep. No problem. On Feb 21, 2007, at 4:50 AM, Marc Stern wrote: Is it also possible to make a post with this ? This is what I need. Jim Jagielski wrote: How could we use mod_proxy for outgoing