Hi again, Now I would like to use external WMS service, but also my own WFS server (not Mapserver) at the same time. And that server in _inside_ the proxy and should be connected without http_proxy. Might it be possible to give proxy exceptions to curl in some way? Regards, -Jukka-
>Mapserver WMS client uses curl, and curl listens to the http_proxy >environment variable. >You need to set your http_proxy variable using SetEnv in the httpd.conf and >restart Apache. >SetEnv "http_proxy" "http://myproxy.com" >Best regards, >Bart
