0
votes
2answers
249 views

can i avoid setting proxy for geoserver , apache?

I'm using Apache (port 80) and Geoserver (port 8080) on Windows 7. I guess I need to set up a proxy if I want to use WFS, since there are different ports. My kind of silly question is, can I avoid it? ...
1
vote
2answers
142 views

502 Bad Gateway

I am trying to access the featureInfo in my application and I keep getting 502 Bad Gateway Network error. In teh console log under the response tab I am getting this error, This proxy does not allow ...
1
vote
2answers
2k views

How to proxy Geoserver through Apache in Windows

i am using apache web server on localhost:80 and geoserver served from jetty servlet on localhost:8888. i want to setup a proxy to redirect the requests such that requests to localhost/geoserver are ...
1
vote
2answers
463 views

Problem with setting up proxy in Apache

I've downloaded sample proxy.cgi file from here. I've placed it in Apache's cgi-bin directory. However, whenever I try to access it, it throws the error Can't find string terminator '"' anywhere ...
1
vote
2answers
588 views

Why should we use a proxy script for Apache, Geoserver, OpenLayers?

I can't understand why we use proxy( OpenLayers.ProxyHost)for WMSGetFeatureInfo request in open layer. I am using open layer 2.10 ,apache-tomcat-6.0.35 and geoserver. Why we use proxy? How should ...
1
vote
2answers
447 views

False DescribeFeature Request URL in GeoExt QueryPanel

I got the GeoExt QueryPanel working so far, it recognizes the layers available on my Geoserver but it is not able to get the attribute columns for the dataset. I configured an osgeo proxy on my Apache ...