Hi all,<div><br></div><div>I'm working on a dynamic data example, modified from Eric Hazard's book. The script works find in my localhost implementation, but I'm having issues with the same script on my hosted site. The get request to the proxy.cgi script returns a 500 error </div>
<div><br></div><div><span class="Apple-style-span" style="color: rgb(255, 0, 0); font-family: Consolas, 'Lucida Console', monospace; font-size: 12px; white-space: pre-wrap; "><a href="http://www.virtualspatiality.org/cgi-bin/proxy.cgi?url=http%3A%2F%2Fapi.flickr.com%2Fservices%2Ffeeds%2Fgeo%2F%3Fformat%3Dkml%26tags%3Dgraphitti" class="webkit-html-resource-link" title="http://www.virtualspatiality.org/cgi-bin/proxy.cgi?url=http%3A%2F%2Fapi.flickr.com%2Fservices%2Ffeeds%2Fgeo%2F%3Fformat%3Dkml%26tags%3Dgraphitti" style="box-sizing: border-box; color: rgb(38, 38, 38); cursor: pointer; ">http://www.virtualspatiality.org/cgi-bin/proxy.cgi?url=http%3A%2F%2Fapi.flickr.com%2Fservices%2Ffeeds%2Fgeo%2F%3Fformat%3Dkml%26tags%3Dgraphitti</a> 500 (Internal Server Error)</span></div>
<div><span class="Apple-style-span" style="color: rgb(255, 0, 0); font-family: Consolas, 'Lucida Console', monospace; font-size: 12px; white-space: pre-wrap; "><br></span></div><div>I'm using the 1and1 developers linux package, which is somewhat of a misnomer as you can't actually install any programs, I intend to move my domain to a host with postgres and postgis support as soon as my contract is up. I apparently have access to python 2.4 and 2.5. I've placed the cgi-bin in the web-document root, and chmoded it 755. Any ideas on what's going wrong? I can guess that something on the server side is truncating the url fed through to the python script, but I don't know why...</div>