Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
I've got the directives in the httpd.conf file.
I've restarted the httpd service.
The directory is set rwx for the group in which the apache server
resides.
The directory I've got setup can be seen by the web server. I can read
both the index.html file as well as the .ics file stored in the
directory. I can read the .ics file from Sunbird. I can not write to
the directory. I get a "Publishing the calendar file failed Status
code: 403: Forbidden" error message from Sunbird.
The httpd's access_log reports:
128.206.xx.xxx - - [28/Sep/2007:12:23:43 -0500] "GET
/~cuttsj/ical/Home.ics HTTP/1.1" 200 919 "-" "Mozilla/5.0 (Windows; U;
Windows NT 5.1; en-US; rv:1
.8.1.4pre) Gecko/20070614 Sunbird/0.5"
128.206.xx.xxx - - [28/Sep/2007:12:23:43 -0500] "PUT
/~cuttsj/ical/Home.ics HTTP/1.1" 403 1052 "-" "Mozilla/5.0 (Windows; U;
Windows NT 5.1; en-US; rv:
1.8.1.4pre) Gecko/20070614 Sunbird/0.5"
128.206.xx.xxx - - [28/Sep/2007:12:23:43 -0500] "PROPFIND
/~cuttsj/ical/Home.ics HTTP/1.1" 406 430 "-" "Mozilla/5.0 (Windows; U;
Windows NT 5.1; en-US;
rv:1.8.1.4pre) Gecko/20070614 Sunbird/0.5"
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
I've just tried changing the ownership of the directory to the apache
server. That didn't work either.
I've also made sure that the DAVLockDB is in a location writable by the
web server.
As soon as I get it working where I can write to it, I'll start adding
authentification, but right now it's wide open, but not working. Any
more suggestions?
James H. Cutts III
CARES & CORI - 143C Mumford
> -----Original Message-----
> From: EMAIL:PROTECTED
> [mailto:EMAIL:PROTECTED] On Behalf Of Russell Horn
> Sent: Friday, September 28, 2007 10:54 AM
> To: MLUG Members
> Subject: Re: [MLUG] Setting up and testing WebDAV
>
> Cutts III, James H. wrote:
> >
> > Does anyone know a good basic step by step how-to for setting up,
> > testing and using WebDAV on Apache. I want to be able to publish my
> > ICAL file for my Thunderbird/Lightning - Sunbird calendar apps. It
> > would be nice to be able use one of the several Apache
> servers that I
> > have control of as a source of my personal calendars.
> >
>
> There's very little to it. Assuming you are using apache2 and
> have the DAV module compiled.
>
> You need to lead the DAV module in httpd.conf:
>
> LoadModule dav_module modules/mod_dav.so
>
> Then in the main section of your httpd.conf file you also
> need to set the lcoation of your dav lock file:
>
> DAVLockDB /tmp/DAVLock
> DAVMinTimeout 600
>
> Now add a location for Dav to operate:
>
> <Location /webdav/>
> DAV On
> </Location>
>
> Now you have a folder that anyone can read or write to -
> you're almost certainly going to want to add authentication
> requirements to that location.
>
> Russell.
>
>
>
> _______________________________________________
> members mailing list
> EMAIL:PROTECTED
> http://mlug.missouri.edu/mailman/listinfo/members
>
_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members