On Fri, 5 May 2006 08:10:19 +0200
"Boyle Owen" <[EMAIL PROTECTED]> wrote:

> > -----Original Message-----
> > From: Z.C.B. [mailto:[EMAIL PROTECTED] 
> > Sent: Friday, May 05, 2006 5:31 AM
> > To: users@httpd.apache.org
> > Subject: [EMAIL PROTECTED] Webdav 403 problems.
> > 
> > I have it set up like this, but I can not manage to write to 
> > it at all. I originally had some Auth stuff in there, but 
> > that has been removed.
> > 
> > When ever I try reading or any thing I get a 403 error. Httpd 
> > does have the proper permissions for accessing it.
> 
> 403 isn't just about file permissions... You also need to "Allow"
> access to the directory, eg:
> 
> <Directory /home/www/webdav>
>   Allow from all
> </Directory>
> 
> If this doesn't work, read (and post back) your error log entry.

Cool. Much thanks. That got it working.

---------------------------------------------------------------------
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