At 01:39 PM 5/7/2007, you wrote:
On 5/7/07, Joe Demeny <[EMAIL PROTECTED]> wrote:

It never occurred to me that I needed to add these permissions in the
<Directory> section.

In the main configuration part I have user directories defined as:

<Directory /home/*/htdocs>
     AllowOverride None
         Order allow,deny
         Allow from all
</Directory>

I assumed that this definition was going to be "inherited" by the
<VirtualHost> directives.

It is. But your cgi bin directory is not under /home/*/htdocs. If you
have a bunch of sites, you may want to add a similar section for
<Directory /home/*/cgi-bin>.

Joshua.

Duuhh... thank you!

Joe



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to