On Sun, Mar 30, 2008 at 8:32 PM, Grant Peel <[EMAIL PROTECTED]> wrote:
> Joshua,
>
>  So, cand these be combined into one container somehow?
>
>
>  <Directory "/">
>       Order Allow,Deny
>       Allow from all
>       Deny from env=block_bad_bots
>  </Directory>
>
>  <Directory "/home/*/www">
>     Options Indexes Includes FollowSymLinks
>     # FollowSymLinks MultiViews
>     AllowOverride Options All
>     Order allow,deny
>     Allow from all
>
> </Directory>

Just delete the "Order allow,deny" and "Allow from all" from the
second section. They will negate the effect of the first section if
they are left there.

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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to