On Feb 6, 2008 11:50 AM, Tony Stevenson <[EMAIL PROTECTED]> wrote:
>
> Joshua Slive wrote:
> > On Feb 6, 2008 11:18 AM, Alexandre Leray <[EMAIL PROTECTED]> wrote:
> >> Hey,
> >>
> >> I didn't solve my apache error :
> >>
> >> [Mon Feb 04 18:15:36 2008] [crit] [client 127.0.0.1] (13)Permission
> >> denied: /mnt/stock/www/techday/htdocs/test.html/.htaccess pcfg_openfile:
> >> unable to check htaccess file, ensure it is readable
> >>
> >> Of course test.html is a HTML file, and not a folder.
> >
> > The quick fix is to set AllowOverride off everywhere in your
> > configuration. If you need to use .htaccess files, then you'll need to
> > fix the unix permissions that prevent apache from checking for the
> > existence of .htaccess.
> >
> (13)Permission Denied.  Indicates a file permissions problem. Make sure
> that Apache can read the file(s) and directories being accessed.
>
> See http://wiki.apache.org/httpd//13PermissionDenied

Actually, the more appropriate page is the one I just added:
http://wiki.apache.org/httpd/PcfgOpenfile

This is probably some issue with your file-system, but it can be fixed
by using AllowOverride to turn off .htaccess processing.

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