<div dir="ltr">Hi Everyone, <br>I'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 /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;"><IfModule mod_alias.c><br>
ScriptAlias /cgi-bin/ /var/www/cgi-bin/<br><br> <Directory /var/www/cgi-bin/><br> AllowOverride None<br> Options ExecCGI -MultiViews +SymLinksIfOwnerMatch<br> Order allow,deny<br> Allow from all<br>
</Directory><br></IfModule></pre><br>but I still get 403 errors pressing any of the buttons in mapserver when it is already running. <br><h1>"Forbidden</h1>
<p>You don't have permission to access /cgi-bin/
on this server."</p><br>What am I doing wrong ???<br><br>Thanks, Oz<br><br clear="all"><br>-- <br> .''`.<br> : :' : We are <a href="http://debian.org">debian.org</a>. Lower your prices, <br> `. `' surrender your code.<br>
`- We will add your hardware and software <br> distinctiveness to our own. <br> Resistance is futile.<br><br>----<br> Imagine there's no countries<br> It isn't hard to do<br>
Nothing to kill or die for<br> And no religion too<br> Imagine all the people<br> Living life in peace <br>----<br> You all must read 'The God Delusion' <br> <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."<br>Robert Pirsig, Zen and the Art of Motorcycle Maintenance<br><br>
</div>