<div dir="ltr">Hi Frank,<br><br>Thanks for the suggestion.&nbsp; I tried copying over the mapserv from bin_safe, restarted apache and gave it a shot.&nbsp; I get a different error, but still no joy. <br><br>[Thu Aug 21 12:48:20 2008] [error] [client <a href="http://127.0.0.1">127.0.0.1</a>] /var/www/cgi-bin/mapserv: line 7: /home/randre/local/FWTools-2.0.6/fwtools_env.sh: Permission denied<br>
[Thu Aug 21 12:48:20 2008] [error] [client <a href="http://127.0.0.1">127.0.0.1</a>] Premature end of script headers: mapserv<br><br>I&#39;ve set the perms to 777 for fwtools_env.sh, but it still doesn&#39;t work.&nbsp; I wonder if this could be happening because of the install under my home dir? <br>
<br>Oh, and yes, I&#39;ve been restarting Apache after each change to httpd.conf.<br><br>Roger<br>--<br><br><div class="gmail_quote">On Thu, Aug 21, 2008 at 12:37 PM, Frank Warmerdam <span dir="ltr">&lt;<a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Roger André wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi fellow-Frank-followers,<br>
</blockquote><div class="Ih2E3d">
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Below are the settings I have in my httpd.conf for cgi-bin:<br>
<br>
ScriptAlias /cgi-bin/ &quot;/var/www/cgi-bin/&quot;<br>
<br>
&lt;Directory &quot;/var/www/cgi-bin&quot;&gt;<br>
 &nbsp; &nbsp;AllowOverride ALL<br>
 &nbsp; &nbsp;Options Indexes FollowSymLinks ExecCGI Includes<br>
 &nbsp; &nbsp;Order allow,deny<br>
 &nbsp; &nbsp;Allow from all<br>
&lt;/Directory&gt;<br>
<br>
AddHandler cgi-script .cgi &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # probably isn&#39;t needed<br>
<br>
In addition, I&#39;ve tested that a script named &quot;test.py&quot; which is located directly in the cgi-bin dir can run properly. &nbsp;Have you got any suggestions I could try? &nbsp;Below is the error that is reported in the error log:<br>

<br>
Symbolic link not allowed: /var/www/cgi-bin/mapserv<br>
</blockquote>
<br></div>
Roger,<br>
<br>
You are sure you restarted apache after making the change right? &nbsp;I&#39;d<br>
think it would work.<br>
<br>
However, the other thing you can do is just copy the mapserv from the<br>
FWTools/bin_safe directory to your cgi-bin directory. &nbsp;The bin_safe/mapserv<br>
is just a small script with hard coded paths and it should work from anywhere.<br>
<br>
Best regards,<br><font color="#888888">
-- <br>
---------------------------------------+--------------------------------------<br>
I set the clouds in motion - turn up &nbsp; | Frank Warmerdam, <a href="mailto:warmerdam@pobox.com" target="_blank">warmerdam@pobox.com</a><br>
light and sound - activate the windows | <a href="http://pobox.com/%7Ewarmerdam" target="_blank">http://pobox.com/~warmerdam</a><br>
and watch the world go round - Rush &nbsp; &nbsp;| Geospatial Programmer for Rent<br>
<br>
</font></blockquote></div><br></div>