Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: pbearne on December 06, 2004, 10:26:22 PM
-
I have just setup web dav using this how to
http://no.longer.valid/phpwiki/index.php/How%20to%20install%20mod_dav
but I can see the files but can't write to them
as per
--------------- quote -------------------
With these settings, you just have to create an ibay using server-manager and enable mod_dav for it. With you client Icalendar app (Mozilla Calendar, iCal etc.), you can create and subscribe to calendars with no login and no password just using an URL such http://yourServerName/ibayName/yourCalendarFile.ics.
------------- end quote -----------------
Does Abody have an idea as to why this is happening
PAul Bearne
-
Paul,
Check out the following 2 links
http://www.twilight-systems.com/flacco/mozcal/mozcal-webdav.html
http://www.vetula.com/blog-radio/stories/2002/11/19/publishingEventsInMozilla.html
I followed teh web dav how-to then just followed the above instructions and got my calendar working.
-
hi
The problem have is not that webDAV in't working I am abble to open files using WebDAV but when try to save them back I don't have permision
Any Ideas ????
-
What are the permissions on your .ics file?
-
I am not try to setup calendar I wish to use webDAV to host word docs In the same as WSS does
If conect with my file share I have read and write
Do the files need to belong to to WWW . WWW or at least be in the group??
Paul
-
you're certainly going to need the webuser as either the file owner of group
You can change this by typing chown <owner>:www filename
and then the webuser will require write permission chmod 664 filename
This will the file owner & group read/write permissions and everybody else read