Re: How do I set KeepAliveTimeout for Apache 2.2 ?

2011-02-24 Thread Guenter Knauf
Jeff Trawick schrieb: On Thu, Feb 24, 2011 at 2:12 PM, Guenter Knauf wrote: Hi, Am 24.02.2011 14:23, schrieb Datta321: I have read a lot about setting these values in httpd.conf on Apache 2.2 server at http://httpd.apache.org/docs/2.2/. However, after hunting for these variables, I found t

Re: ProxyPreserveHost - added functionality

2011-02-24 Thread Jim Jagielski
On Feb 24, 2011, at 10:27 AM, Plüm, Rüdiger, VF-Group wrote: > > >> -Original Message- >> From: Nick Gearls [mailto:nickgea...@gmail.com] >> Sent: Donnerstag, 24. Februar 2011 16:13 >> To: Development Apache >> Subject: Fwd: ProxyPreserveHost - added functionality >> >> >>> ProxyPass

Re: How do I set KeepAliveTimeout for Apache 2.2 ?

2011-02-24 Thread Jeff Trawick
On Thu, Feb 24, 2011 at 2:12 PM, Guenter Knauf wrote: > Hi, > Am 24.02.2011 14:23, schrieb Datta321: >> >>  I have read a lot about setting these values in httpd.conf on Apache 2.2 >> server at http://httpd.apache.org/docs/2.2/. However, after hunting for >> these variables, I found them to be loc

Re: How do I set KeepAliveTimeout for Apache 2.2 ?

2011-02-24 Thread Guenter Knauf
Hi, Am 24.02.2011 14:23, schrieb Datta321: I have read a lot about setting these values in httpd.conf on Apache 2.2 server at http://httpd.apache.org/docs/2.2/. However, after hunting for these variables, I found them to be located in the following files - Apache2.2\manual\misc\perf-tuning.x

Re: ProxyPreserveHost - added functionality

2011-02-24 Thread Igor Gali?
- Jeffrey E Burgoyne wrote: > I am doing some work with a large organization that has recently acquired > two products that work properly through a reverse proxy system only when > ProxyPreserveHost is set to on. > > The organization had issue as they are mandated to have only a single > host

Re: svn commit: r987858 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

2011-02-24 Thread Eric Covener
On Sun, Aug 22, 2010 at 6:09 AM, wrote: > Author: rjung > Date: Sun Aug 22 10:09:25 2010 > New Revision: 987858 > > URL: http://svn.apache.org/viewvc?rev=987858&view=rev > Log: > Add information about proxy workers to proxy docs. Belated kudos for this!

RE: ProxyPreserveHost - added functionality

2011-02-24 Thread Plüm, Rüdiger, VF-Group
> -Original Message- > From: Nick Gearls [mailto:nickgea...@gmail.com] > Sent: Donnerstag, 24. Februar 2011 16:13 > To: Development Apache > Subject: Fwd: ProxyPreserveHost - added functionality > > > > ProxyPass /cgi-bin/ http://otherserver.com/cgi-bin/ preservehost=On > > keepali

Fwd: ProxyPreserveHost - added functionality

2011-02-24 Thread Nick Gearls
> ProxyPass /cgi-bin/ http://otherserver.com/cgi-bin/ preservehost=On > keepalive=Off > > This is more akin to how other worker properties are set. What when we use RewriteRule[P] to proxy instead of ProxyPass? For those who wonder why some may want to use RewriteRule, instead of ProxyPass: it

Re: ProxyPreserveHost - added functionality

2011-02-24 Thread Nick Kew
On Thu, 24 Feb 2011 09:47:07 -0500 Eric Covener wrote: > On Thu, Feb 24, 2011 at 9:44 AM, Jeffrey E Burgoyne > wrote: > > Sorry, should have read it closer, change my example to : > > > > > >    ProxyPass http://otherserver.com/cgi-bin > > > > I don't think that syntax is much "less standard

Re: ProxyPreserveHost - added functionality

2011-02-24 Thread Jeffrey E Burgoyne
I agree I like that better. Implementation looks more in-depth than the work I've done before, I'll have a look at it sometime if no one else wishes to take it up. > Well, that style would be to have an option to ProxyPass that flips > the worker's preserve host attribute, eg: > > ProxyPass /cgi

Re: ProxyPreserveHost - added functionality

2011-02-24 Thread Tom Evans
On Thu, Feb 24, 2011 at 2:40 PM, Jeffrey E Burgoyne wrote: > In a location context (do not believe I can use a directory as it is being > proxied), I thought about that. I felt it was better to mirror the current > ProxyPass configuration item for consistencies sake. There isn't a location contex

Re: ProxyPreserveHost - added functionality

2011-02-24 Thread Eric Covener
On Thu, Feb 24, 2011 at 9:44 AM, Jeffrey E Burgoyne wrote: > Sorry, should have read it closer, change my example to : > > >    ProxyPass http://otherserver.com/cgi-bin > I don't think that syntax is much "less standard" than the 2 argument version. Is the problem with ProxyPass options / Prox

Re: ProxyPreserveHost - added functionality

2011-02-24 Thread Jeffrey E Burgoyne
Sorry, should have read it closer, change my example to : ProxyPass http://otherserver.com/cgi-bin > > > > So I just went with that style. > > > >> On Wed, Feb 23, 2011 at 7:12 PM, Jeffrey E Burgoyne >> >> wrote: >>> I am doing some work with a large organization that has recently >>>

Re: ProxyPreserveHost - added functionality

2011-02-24 Thread Jeffrey E Burgoyne
In a location context (do not believe I can use a directory as it is being proxied), I thought about that. I felt it was better to mirror the current ProxyPass configuration item for consistencies sake. For example : ProxyPass /cgi-bin http://otherserver.com/cgi-bin is the current standard as op

Re: ProxyPreserveHost - added functionality

2011-02-24 Thread Tom Evans
On Wed, Feb 23, 2011 at 7:12 PM, Jeffrey E Burgoyne wrote: > I am doing some work with a large organization that has recently acquired > two products that work properly through a reverse proxy system only when > ProxyPreserveHost is set to on. > > The organization had issue as they are mandated to

Re: ProxyPreserveHost - added functionality

2011-02-24 Thread Jeffrey E Burgoyne
No pain, I wanted something simple so people can decide if the concept is worth having. I figured that if I require it, eventually some else eventually will as well : ht01b07:~/apacheConfig/tarball/httpd-2.2.14/modules/proxy # diff -u mod_proxy.h mod_proxy.h.real --- mod_proxy.h 2011-02-24 07:51:

Re: How do I set KeepAliveTimeout for Apache 2.2 ?

2011-02-24 Thread Datta321
Mark Watts wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 02/23/2011 08:27 PM, Datta321 wrote: >> >> Can anyone let me know where exactly and in which files do I have to >> make >> the changes in order to set the following variables in Apache server 2.2 >> ? >> >> -

Re: ProxyPreserveHost - added functionality

2011-02-24 Thread Jim Jagielski
Jeffrey, Sorry to be a pain but can it be in diff -u or svn diff format please? http://httpd.apache.org/dev/patches.html thx! On Feb 24, 2011, at 7:55 AM, Jeffrey E Burgoyne wrote: > Against 2.2.14 source, in short, add an array of URL's for which the > preserveproxyhost is required, b

Re: ProxyPreserveHost - added functionality

2011-02-24 Thread Jeffrey E Burgoyne
Against 2.2.14 source, in short, add an array of URL's for which the preserveproxyhost is required, bit of code for the config parameter, and a small change to check if the URL matches one of the list. ht01b07:~/apacheConfig/tarball/httpd-2.2.14/modules/proxy # diff mod_proxy.h mod_proxy.h.real

Re: How do I set KeepAliveTimeout for Apache 2.2 ?

2011-02-24 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/23/2011 08:27 PM, Datta321 wrote: > > Can anyone let me know where exactly and in which files do I have to make > the changes in order to set the following variables in Apache server 2.2 ? > > - KeepAlive > - KeepAliveTimeout > -