[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Cannot read directory for multi -errors in Apache log
- Subject: RE: [cobalt-users] Cannot read directory for multi -errors in Apache log
- From: Mikael Siirila <mikael.siirila@xxxxxxxxx>
- Date: Mon Apr 29 07:08:13 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > I have hundreds of error log entries like this on my RaQ4,
> > but so far I have not been able to track down the cause:
> >
> > [Mon Apr 29 14:54:58 2002] [error] [client XXX.XXX.XXX.XXX]
> > (13)Permission denied: cannot read directory for multi:
> > /home/sites/site7/web/extra/
> >
> > [Mon Apr 29 14:55:01 2002] [error] [client XXX.XXX.XXX.XXX]
> > (13)Permission denied: cannot read directory for multi:
> > /home/sites/site7/web/images/
> >
> > Could it be because of custom error pages used by a client
> > (.htaccess) with the error pages as URLs instead of paths?
> > Other possible reasons?
> >
>
> Is there a site7? Is it possible there's a script running on another
> site with the incorrect path /home/sites/site7/web/images
There is a site7, yes. Also there is another site19 (subdomain of the domain
of site7) that has a RewriteRule that leads the browser to a subdirectory of
the domain of site7:
RewriteRule ^/(.*) http://www.domain.net/extra/ [R,L]
> Is there an included conf file in httpd.conf pointing incorrectly to
> that path?
Besides the above, there are no linkings.
> Did you make any changes to Apache?
No, basic package with just small conf changes like the above.
--
Mikael