I am trying to setup webdav. I have tried hte webdav list. Has anyone implemetned webdav on apache?
Try reading through the FAQ. http://www.webdav.org/mod_dav/faq/
I've set it up previously for storing shared calendars. :)
On Tue, 22 Feb 2005 21:05:39 -0500, William Warren hescominsoon@emmanuelcomputerconsulting.com wrote:
I am trying to setup webdav. I have tried hte webdav list. Has anyone implemetned webdav on apache?
Matt Bottrell wrote:
Try reading through the FAQ. http://www.webdav.org/mod_dav/faq/
I've set it up previously for storing shared calendars. :)
On Tue, 22 Feb 2005 21:05:39 -0500, William Warren hescominsoon@emmanuelcomputerconsulting.com wrote:
I am trying to setup webdav. I have tried hte webdav list. Has anyone implemetned webdav on apache?
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
OK once you have setup webdav, how do you access it from CentOS any client examples?
//Chris
Use a webdav client. You have a username/password like a regular htpasswd entry.
On Wed, 23 Feb 2005 12:07:44 +0100, Christian Nygaard chris@math.uu.se wrote:
Matt Bottrell wrote:
Try reading through the FAQ. http://www.webdav.org/mod_dav/faq/
I've set it up previously for storing shared calendars. :)
On Tue, 22 Feb 2005 21:05:39 -0500, William Warren hescominsoon@emmanuelcomputerconsulting.com wrote:
I am trying to setup webdav. I have tried hte webdav list. Has anyone implemetned webdav on apache?
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
OK once you have setup webdav, how do you access it from CentOS any client examples?
//Chris _______________________________________________ CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
On Wed, 23 Feb 2005 12:07:44 +0100, Christian Nygaard chris@math.uu.se wrote:
Matt Bottrell wrote:
Try reading through the FAQ. http://www.webdav.org/mod_dav/faq/
I've set it up previously for storing shared calendars. :)
On Tue, 22 Feb 2005 21:05:39 -0500, William Warren hescominsoon@emmanuelcomputerconsulting.com wrote:
I am trying to setup webdav. I have tried hte webdav list. Has anyone implemetned webdav on apache?
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
OK once you have setup webdav, how do you access it from CentOS any client examples?
Cadaver is an excellent command line utility with good documentation.
//Chris _______________________________________________ CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
Jim Perrin
I have tried the webdav site before as well. No help.
What i need is a webdav server that is able to be accessed with mozilla's calendaring plugin so the calendars can be shared. I have not been able tog et this running. I am looking for a bit of hand holding please..:)
Matt Bottrell wrote:
Try reading through the FAQ. http://www.webdav.org/mod_dav/faq/
I've set it up previously for storing shared calendars. :)
On Tue, 22 Feb 2005 21:05:39 -0500, William Warren hescominsoon@emmanuelcomputerconsulting.com wrote:
I am trying to setup webdav. I have tried hte webdav list. Has anyone implemetned webdav on apache?
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
On Wed, 23 Feb 2005, William Warren wrote:
I have tried the webdav site before as well. No help.
What i need is a webdav server that is able to be accessed with mozilla's calendaring plugin so the calendars can be shared. I have not been able tog et this running. I am looking for a bit of hand holding please..:)
<directory "/share/calendar"> order allow,deny allow from all DAV ON </directory>
# service httpd restart
You might want to add some auth method too