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
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
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
- 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
- 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
- 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
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
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
> 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
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
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.
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/
12 matches
Mail list logo