<div dir="ltr">Hi Everyone, <br>I&#39;ve installed mapserver from source on debian lenny. <br>My local host directory it like this that mapserevr is in localhost/mapserver/ <br><br>After compiling the source I copied all the executables files to&nbsp; /var/www/cgi-bin/<br>
<br>in my httpd.conf i added the lines <br><pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 178px; text-align: left;">&lt;IfModule mod_alias.c&gt;<br>
    ScriptAlias /cgi-bin/ /var/www/cgi-bin/<br><br>    &lt;Directory /var/www/cgi-bin/&gt;<br>        AllowOverride None<br>        Options ExecCGI -MultiViews +SymLinksIfOwnerMatch<br>        Order allow,deny<br>        Allow from all<br>
    &lt;/Directory&gt;<br>&lt;/IfModule&gt;</pre><br>but I still get 403 errors pressing any of the buttons in mapserver when it is already running. <br><h1>&quot;Forbidden</h1>
<p>You don&#39;t have permission to access /cgi-bin/
on this server.&quot;</p><br>What am I doing wrong ???<br><br>Thanks, Oz<br><br clear="all"><br>-- <br> &nbsp;.&#39;&#39;`.<br> : :&#39; : &nbsp; &nbsp; &nbsp;We are <a href="http://debian.org">debian.org</a>. Lower your prices, &nbsp; <br> `. `&#39; &nbsp; &nbsp; &nbsp; surrender your code.<br>
 &nbsp; `- &nbsp; &nbsp; &nbsp; &nbsp;We will add your hardware and &nbsp;software &nbsp; <br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; distinctiveness to our own. <br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Resistance is futile.<br><br>----<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Imagine there&#39;s no countries<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;It isn&#39;t hard to do<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Nothing to kill or die for<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;And no religion too<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Imagine all the people<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Living life in peace <br>----<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; You all must read &#39;The God Delusion&#39; <br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://en.wikipedia.org/wiki/The_God_Delusion">http://en.wikipedia.org/wiki/The_God_Delusion</a><br>
---<br>when one person suffers from a delusion it is called insanity. When many people suffer from a delusion it is called religion.&quot;<br>Robert Pirsig, Zen and the Art of Motorcycle Maintenance<br><br>
</div>