Re: [users@httpd] httpd configuration question

2011-09-27 Thread Mark Montague
On September 27, 2011 17:47 , Al Dispennette wrote: Below I have two location match tags that I would like to use to control the flow of information as it enters my apache servers. The problem though is that when I restart the servers I get an error saying that the limit request field variab

[users@httpd] httpd configuration question

2011-09-27 Thread Al Dispennette
Below I have two location match tags that I would like to use to control the flow of information as it enters my apache servers. The problem though is that when I restart the servers I get an error saying that the limit request field variable is not permitted inside the location match tag. This

Re: [users@httpd] Which module is affected by the Range header issue?

2011-09-27 Thread Mark Montague
On September 27, 2011 12:50 , Steve Foster wrote: anyone? cheers.. On Wed, Aug 31, 2011 at 5:31 PM, Steve Foster mailto:stephenfoster1...@gmail.com>> wrote: i've also had a thought, I also implemented the following: LimitRequestLine 4000 Which is about half

Re: [users@httpd] Which module is affected by the Range header issue?

2011-09-27 Thread Steve Foster
anyone? cheers.. On Thu, Sep 8, 2011 at 6:14 PM, Steve Foster wrote: > All, > > did anyone have any thoughts or opinions on this? > > cheers > > Steve > > On Wed, Aug 31, 2011 at 5:31 PM, Steve Foster < > stephenfoster1...@gmail.com> wrote: > >> i've also had a thought, I also implemented the f

Re: [users@httpd] Apache freezes after running for 2 days.

2011-09-27 Thread Tom Evans
On Mon, Sep 26, 2011 at 10:35 PM, Abhi Auradkar wrote: > Hi All, > > I have been running the apache server to load test a application. > The apache 2.2.20 is running on CentOS 5.6 > -bash-3.2$ uname -a > Linux hdm102 2.6.18-238.19.1.el5.centos.plus #1 SMP Mon Jul 18 10:05:09 EDT > 2011 x86_64 x86_

[users@httpd] Any configuration to retry connection with backend

2011-09-27 Thread Stephen Chan
We are using Apache HTTP Server as the proxy server. The connection to the back-end server is not stable. Is there anyway to configure Apache such that it will retry for several times if the connection to the back-end server fails? ---