<div class="gmail_quote"><br><div class="gmail_quote"><div class="Ih2E3d">On Sat, Oct 25, 2008 at 11:36 AM, Indy Singh <span dir="ltr">&lt;<a href="mailto:indy@indigostar.com" target="_blank">indy@indigostar.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;">
Hi Folks,<br>
<br>
I am working on a perl cgi application and I&#39;m wondering if it would be better to split it into two directories in cgi-bin and htdocs, or put all the parts into one directory under htdocs</blockquote></div><div><br>In my case... for my mega cgi-based application, I ended up creating a directory tree<br>

underneath htdocs and adding an entry to httpd.conf for my application set to allow cgi<br>on it, like:<br><br>&lt;Directory &quot;/var/www/html/nia&quot;&gt;<br>&nbsp;&nbsp;&nbsp; Options FollowSymLinks ExecCGI<br>&nbsp;&nbsp;&nbsp; AddHandler cgi-script .pl<br>

&nbsp;&nbsp;&nbsp; AllowOverride None<br>&nbsp;&nbsp;&nbsp; Order allow,deny<br>&nbsp;&nbsp;&nbsp; Allow from all<br>&lt;/Directory&gt;<br><br>
Sorry, I guess I did this so long ago, that it wasn&#39;t called htdocs yet,<br>
but it was still called html.&#39;<br>
<br>Everything is under that directory, the cgi apps, the<br>documentation, etc.<br><br>My excuse (before you start commenting about bad style, or approach) is that...<br>I did this about 10 years ago...<br>I didn&#39;t know what I was doing...<br>

I didn&#39;t know if I was doing it the &#39;right way&#39;...<br>... but It works!<br><br>YMMV.<br><br><br></div></div>
</div><br>