Re: [users@httpd] Response code 408

2012-07-09 Thread John Iliffe
This is an update in this problem and a thank you to Daniel. I have been playing with the sub-parameters to the RequestReadTimeout parameter in periods of a couple of days. What I have found is: 1. 408's tend to cluster on particular IP addresses 2. the IP getting the most 408's will come an

Re: [users@httpd] Rewrite Rule Help (again)

2012-07-09 Thread Chris Arnold
On Jul 9, 2012, at 6:28 PM, Daniel Ruggeri wrote: > On 7/9/2012 5:03 PM, Chris Arnold wrote: >> So the RewriteRule ^/$ http://192.168.123.2 [L] >> Sends all traffic to 192.168.123.2. I just need http://update.domain.com >> traffic to go to the 192.168.123.2 host. > > Chris; >I think more i

Re: [users@httpd] Rewrite Rule Help (again)

2012-07-09 Thread Daniel Ruggeri
On 7/9/2012 5:03 PM, Chris Arnold wrote: > So the RewriteRule ^/$ http://192.168.123.2 [L] > Sends all traffic to 192.168.123.2. I just need > http://update.domain.com traffic to go to the 192.168.123.2 host. Chris; I think more information is needed... how do clients get to "update.domain.com

Re: [users@httpd] Rewrite Rule Help (again)

2012-07-09 Thread Chris Arnold
Anybody got any ideas? Sent from my iPhone On Jul 8, 2012, at 9:30 PM, Chris Arnold wrote: > So the RewriteRule ^/$ http://192.168.123.2 [L] > Sends all traffic to 192.168.123.2. I just need http://update.domain.com > traffic to go to the 192.168.123.2 host. > > > > On Jul 7, 2012, at 11:5

[users@httpd] Question on Configuring a Site for SSL Only

2012-07-09 Thread Tom Browder
I have a working site on a single server with multiple virtual hosts and a commercial SSL certificate that serves them all okay. When setting up my site originally I was following examples from several places and now I wonder if I might simplify my configuration without compromising current securi

Re: [users@httpd] apache adds extra HTML to an error page

2012-07-09 Thread Issac Goldstand
On 09/07/2012 18:04, Ruud Dozijn wrote: > This used to work OK, but on the new machine, apache decides to add > extra text to the page. The receiving application sees a page that > does not conform to the specification and thinks it is not an error > page. This results in various problems. This pro

[users@httpd] apache adds extra HTML to an error page

2012-07-09 Thread Ruud Dozijn
hello list, I am trying to migrate a perl script that acts as a webserver from solaris to linux (red hat). The script is run using apache (httpd) and mod_perl. It nearly does what it is supposed to, exept for the error pages. When an error occurs and the script can not fulfill the request, it s