Domenico, Here's one that I'm using: http://www.jmarshall.com/tools/cgiproxy/
Just make sure your Apache httpd.conf has these settings: LoadModule cgi_module modules/mod_cgi.so <Directory "C:/<Insert your DocumentRoot>"> Options Indexes FollowSymLinks ExecCGI </Directory> AddHandler cgi-script .cgi Also, you might need to edit the first line of nph-proxy.cgi to point to your Perl #!/usr/bin/perl Jim -----Original Message----- Date: Tue, 23 Oct 2007 10:28:29 +0200 From: "Domenico Febbo" <[EMAIL PROTECTED]> Subject: [OpenLayers-Dev] proxyHost cgi issue To: [email protected] I need to use proxy.cgi script to forward "get" request on XMLHttpRequest object to a external host, but I have same problem with the path to add at "url=" field. Moreover I've tried the online script http://dev.openlayers.org/sandbox/docs/examples/proxy.cgi but the http://openlayers.org redirect seems to have a issue because the OpenLayers object isn't found (try with Firebug enabled) and all the relative path are wrong. Somebody have other proxy script for Apache webserver? thanks, Domenico _______________________________________________ Dev mailing list [email protected] http://openlayers.org/mailman/listinfo/dev
