Re: [users@httpd] An awful lot of lstat()'ing going on
by Avleen Vig other posts by this author
Feb 29 2004 3:11PM messages near this date
Re: [users@httpd] An awful lot of lstat()'ing going on
|
Re: [users@httpd] An awful lot of lstat()'ing going on
On Sun, Feb 29, 2004 at 02:47:41PM -0800, Rasmus Lerdorf wrote:
> This looks like a realpath() call. Do you have open_basedir checking
> turned on in your php.ini file? If so, turn it off.
No, this is commented out in php.ini.
> 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.
I did this, moving the contents of the .htaccess in the docroot for that
virtualhost, into httpd.conf, and setting AllowOverride None.
This doens't appear to have fixed the problem :-(
---------------------------------------------------------------------
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@[...].org
" from the digest: users-digest-unsubscribe@[...].org
For additional commands, e-mail: users-help@httpd.apache.org
Thread:
Avleen Vig
Rasmus Lerdorf
Avleen Vig
Rasmus Lerdorf
Joshua Slive
|