Re: [OpenLayers-Users] proxypass and Proxy.cgi

2011-05-23 Thread christopher.schmidt
The OpenLayers example script proxy.cgi is not designed to solve this problem. ProxyPass in Apache is a way to solve this problem, but won't really help you if your webserver is IIS; I presume IIS has similar proxying capabilities. Proxy.cgi is used to solve a different problem; if your OpenLaye

[OpenLayers-Users] proxypass and Proxy.cgi

2011-05-22 Thread Mustafa646
what is difference between proxypass and proxy.cgi ? why we use them? my OL application and Geoserver are both on same production server and i can access geoserver from outside world at http://93.45.32.11:8080/geoserver/web when Port 8080 is open in firewall. But, If port 8080 is closed, then i co