Thanks for the clarification Christopher.<br><br>I&#39;ve moved back to the cgi-bin, and renamed the featureserver root folder to something a little shorter (fs), typing the following...<br><br><a href="http://www.gisconsultancy.com/cgi-bin/fs/featureserver.cgi?/scribble/all.atom">http://www.gisconsultancy.com/cgi-bin/fs/featureserver.cgi?/scribble/all.atom</a><br>
<br> I don&#39;t get an empty atom feed but the following message is printed to screen...<br><pre>{&quot;Layers&quot;: [{&quot;url&quot;: &quot;http:\/\/www.gisconsultancy.com\/cgi-bin\/fs\/featureserver.cgi\/scribble&quot;, &quot;name&quot;: &quot;scribble&quot;}]}</pre>
and the scribble file is created - progress.&nbsp; Does anyone know what the above line indicates?<br><br>Thanks.<br><br>Rob<br>
<br><br><div><span class="gmail_quote">On 06/02/2008, <b class="gmail_sendername">Christopher Schmidt</b> &lt;<a href="mailto:crschmidt@metacarta.com">crschmidt@metacarta.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, Feb 06, 2008 at 03:13:02PM +0000, Rob Dunfey wrote:<br>&gt; Hi Dane,<br>&gt;<br>&gt; I made the change you suggested but I still get the same errors.<br>&gt;<br>&gt; I&#39;m a little concerned that I&#39;m being really daft, because I don&#39;t have<br>
&gt; python on my web host,<br><br>You do have Python on your web host: the first error message you pasted<br>was a Python traceback. At that point, the only problem you had was a<br>missing &#39;o&#39; in your URL: If you can get back to that state, and just add<br>
an &#39;o&#39; into &#39;atm&#39; to make it &#39;atom&#39;, You would have a working<br>FeatureServer install.<br><br>&gt; but I see lots of .py files in the feature server<br>&gt; install.&nbsp;&nbsp; But my understanding is that featureserver can use python or<br>
&gt; cgi?<br><br>CGI is &#39;common gateway interface&#39; -- it&#39;s not a programming language,<br>it&#39;s a &#39;protocol&#39; (sort of) by which web servers can execute external<br>scripts.<br><br>&gt; I assume that if python isn&#39;t installed, it falls back on whatever<br>
&gt; language is used by the web host to execute cgi programs?<br><br>CGI programs are executed by the webserver, using the interpreter<br>defined by the CGI. In this case, that&#39;s Python: and (as I pointed out<br>above) your web host does have Python, or you wouldn&#39;t have gotten this<br>
far.<br><br>&gt; I will have another look after work and see if I can make any progress.<br><br>You were really close. Unfortunately, you&#39;ve moved further away due to<br>poor documentation; I apologize for that. If you move your featureserver<br>
directory back inside cgi-bin, and change your URL, you should have the<br>first step working. (It&#39;s not all gravy from there, but it&#39;s a step<br>forward, at least.)<br><br>Regards,<br>--<br>Christopher Schmidt<br>
MetaCarta<br></blockquote></div><br>