Re: [users@httpd] proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread Fran Boon
On 18 February 2011 22:04, Eric Covener wrote: > On Fri, Feb 18, 2011 at 5:01 PM, Fran Boon wrote: >> 2011/2/18 Igor Galić : >>> - Original Message - httpd error log: client denied by server configuration: proxy:ajp://localhost:8009/geoserver/gwc/service/wms This happe

Re: [users@httpd] proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread Eric Covener
On Fri, Feb 18, 2011 at 5:01 PM, Fran Boon wrote: > 2011/2/18 Igor Galić : >> - Original Message - >>> httpd error log: >>> client denied by server configuration: >>> proxy:ajp://localhost:8009/geoserver/gwc/service/wms >>> This happens under 'high' load only (pages usually display >> How

Re: [users@httpd] proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread Fran Boon
2011/2/18 Igor Galić : > - Original Message - >> httpd error log: >> client denied by server configuration: >> proxy:ajp://localhost:8009/geoserver/gwc/service/wms >> This happens under 'high' load only (pages usually display > How high? Are we talking high demand, or high CPU? Concurrent

Re: [users@httpd] proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread Igor Galić
- Original Message - > httpd error log: > client denied by server configuration: > proxy:ajp://localhost:8009/geoserver/gwc/service/wms > > This happens under 'high' load only (pages usually display > fine...there's no specific bad URL here). > > httpd snippet: > ProxyPreserveHost on > Re

Re: [users@httpd] proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread Igor Galić
- Original Message - > httpd error log: > client denied by server configuration: > proxy:ajp://localhost:8009/geoserver/gwc/service/wms > > This happens under 'high' load only (pages usually display How high? Are we talking high demand, or high CPU? > fine...there's no specific bad URL

Re: [users@httpd] Apache performance metrics

2011-02-18 Thread Igor Galić
- Original Message - > Hi all, > > Currently Apache doesn't maintain any standard performance counters > that could be used to monitor overall workloads. > > Other application platforms, for example Memcached, maintain a > standard set of performance metrics that can be remotely retrieved

[users@httpd] Apache performance metrics

2011-02-18 Thread Peter Phaal
Hi all, Currently Apache doesn't maintain any standard performance counters that could be used to monitor overall workloads. Other application platforms, for example Memcached, maintain a standard set of performance metrics that can be remotely retrieved for performance monitoring. mod-sflow prov

Re: [users@httpd] cannot get RewriteRule for just the document root to work

2011-02-18 Thread Lance Campbell
That did it! Thanks a lot for your help. It seems like every query I did in Google brought back results for redirecting all content within a domain to another domain. -- Thanks, Lance Campbell Project Manager/Software Architect/DBA Web Services at Public Affairs 217.333.0382 On Fri, 2011-0

Re: [users@httpd] cannot get RewriteRule for just the document root to work

2011-02-18 Thread Eric Covener
> RewriteCond %{HTTP_USER_AGENT} iPhone.* > RewriteRule ^/   http://test.webservices.illinois.edu/mobile.html [R,L] RewriteRule ^/$   http://test.webservices.illinois.edu/mobile.html [R,L] - The official User-To-User support foru

[users@httpd] cannot get RewriteRule for just the document root to work

2011-02-18 Thread Lance Campbell
Assume my site is: acme.com The following redirects and works as expected: RewriteCond %{HTTP_USER_AGENT} iPhone.* RewriteRule ^/index.html http://test.webservices.illinois.edu/mobile.html [R,L] So if I go to http://acme.com/index.html it redirects me to the mobile.html page. BUT if I go to ht

[users@httpd] Issue with rewrite rule on Apache behind F5 load balancer

2011-02-18 Thread Anders, Thomas (EXT)
Hi, We are using an F5 load balancer for five apache web servers to distribute load amongst them. The Load Balancer is also used for SSL encryption to the end user. The Apache servers itself are running http. So we have the following constellation: https://loadbalancer.url/ -> http://node.xxx.

[users@httpd] proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread Fran Boon
httpd error log: client denied by server configuration: proxy:ajp://localhost:8009/geoserver/gwc/service/wms This happens under 'high' load only (pages usually display fine...there's no specific bad URL here). httpd snippet: ProxyPreserveHost on RewriteRule ^/geoserver/(.*)$ ajp://localhost:8009/