On 5/7/07, Joe Demeny <jd_boro@xxxxxxxxxx> 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. --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx