<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Sven,<br>
<br>
Just some thoughts/questions:<br>
<ul>
  <li>What is the exact server message?</li>
  <li>Is your test.cgi a python cgi?</li>
  <li>Can proxy.cgi find the pythoin executable?</li>
  <li>On a terminal on that machine issue<br>
which python<br>
    <br>
This should give you the path to the python executable
(/path/to/python). Replace the first line in the proxy.cgi script<br>
#!/usr/bin/env python<br>
    <br>
to the output of 'which'<br>
#!/path/to/python<br>
  </li>
</ul>
<ul>
  <li>Is the script executable (check it with ls -la, maybe add it with
chmod +x proxy.cgi)</li>
</ul>
<br>
Regards,<br>
Marc<br>
<br>
<br>
<br>
<br>
<br>
On 27.08.2010 09:36, Sven Burbeck wrote:
<blockquote
 cite="mid:20100827093653.13244qxoo08o8084@dc-slave2-fr.fr.bfs.de"
 type="cite">
  <pre wrap="">Hello,
sorry for asking stupid newbie questions but I fail to get the  
proxi.cgi working.
I followed the FAQ description:
<a class="moz-txt-link-freetext" href="http://trac.openlayers.org/wiki/FrequentlyAskedQuestions#ProxyHost">http://trac.openlayers.org/wiki/FrequentlyAskedQuestions#ProxyHost</a>

I've installed Apache 2.2.13 on SUSE11.2 via rpm.
Apparently the default cgi-bin is under /srv/www/cgi-bin
I put a test.cgi there and it works when calling it:  
<a class="moz-txt-link-freetext" href="http://localhost/cgi-bin/test.cgi">http://localhost/cgi-bin/test.cgi</a>

However, trying the same with proxy.cgi fails.
Is there anything else I have to consider?

cheers,
Sven

_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@openlayers.org">Users@openlayers.org</a>
<a class="moz-txt-link-freetext" href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</a>

  </pre>
</blockquote>
<br>
</body>
</html>