You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2004/03/01 00:07:47 UTC

Re: [users@httpd] An awful lot of lstat()'ing going on

On Sun, 29 Feb 2004, Rasmus Lerdorf wrote:
> Also, AllowOverride All is a bad idea.  That will make Apache stat each
> directory starting at your doc_root down to the active directory for any
> .htaccess files on each request.

> > <Directory />
> >     Options FollowSymLinks
> >     AllowOverride All
> > </Directory>

Actually, apache will search all the way up to the filesystem root for
.htaccess files with this configuration.

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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org