Koozali.org: home of the SME Server

problems with web dac and permsioms

pbearne

problems with web dac and permsioms
« 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

Mumm-Ra

problems with web dac and permsioms
« Reply #1 on: December 07, 2004, 03:10:59 AM »
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.

pbearne

when try to save them back I don't have permision
« Reply #2 on: December 07, 2004, 01:36:58 PM »
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 ????

Mumm-Ra

problems with web dac and permsioms
« Reply #3 on: December 07, 2004, 03:05:10 PM »
What are the permissions on your .ics file?

pbearne

problems with web dac and permsioms
« Reply #4 on: December 07, 2004, 04:03:47 PM »
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

Mumm-Ra

problems with web dac and permsioms
« Reply #5 on: December 07, 2004, 04:39:01 PM »
you're certainly going to need the webuser as either the file owner of group
You can change this by typing
Code: [Select]
chown <owner>:www filename
and then the webuser will require write permission
Code: [Select]
chmod 664 filenameThis will the file owner & group read/write permissions and everybody else read