Hi,

I am getting these proxy errors in my server logs:

[Mon Jun 04 17:00:03 2012] [error] [client 24.136.172.35] proxy: Error 
reading from remote server returned by /geoserver/wms, referer: 
http://50.56.188.101/
[Mon Jun 04 17:00:03 2012] [error] [client 24.136.172.35] 
(20014)Internal error: proxy: error reading status line from remote 
server localhost, referer: http://50.56.188.101/


This is causing slow tile loading. My httpd.conf is:

ProxyRequests Off
# Remember to turn the next line off if you are proxying to a 
NameVirtualHost
ProxyPreserveHost On

<Proxy *>
     Order deny,allow
     Allow from all
</Proxy>

ProxyPass /geoserver http://localhost:8080/geoserver
ProxyPassReverse /geoserver http://localhost:8080/geoserver

Any suggestions to fix this. The server is a rackspace virtual server.

Thanks,
Jim White
http://jimserver.net/wp/



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to