MLUG: Re: [MLUG] Setting up and testing WebDAV
Re: [MLUG] Setting up and testing WebDAV
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Cutts III, James H. wrote:
The httpd's error_log reports: [Fri Sep 28 12:23:43 2007] [error] [client 128.206.xx.xxx]client denied
by server configuration: /home/cuttsj/www/ical/Home.ics

Looks like an access restriction. Did you try putting authentication in place? If so try with it off.


If you don't have any in place, you might need to add an allow directive:

<Directory /full/path/to/dav/directory>
       order allow,deny
       allow from all
</Directory>

Feel free to email me off list if that doesn't work. I'm about for another hour or so.

Russell

_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members