Re: WEBDAV on FreeBSD

2005-05-29 Thread Lee Harr

What port do I install to setup WebDav?

Any how is webdav useful.





Depends what you want?! A client or a server? Since the server question was
already answered I recommend KDE's Konqueror as a client. I like it. Of
course it's a little overkill to install KDE if you just want to access
webdav, but in case you already use it there is no need to install any new
software.




One really nice thing about KDE is how just about any program can
use webdav (and other protocols through the ioslaves). I use dav
with the text editor kate in conjuction with a zope server. It is
very nice to work that way.

_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: WEBDAV on FreeBSD

2005-05-29 Thread Benjamin Sobotta
On Sunday 29 May 2005 19:09, Joshua Lewis wrote:
> What port do I install to setup WebDav?
>
> Any how is webdav useful.
>
> Sincearly,
> Joshua Lewis
> [EMAIL PROTECTED]
> mobile: 951-637-9190
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

Hi!

Depends what you want?! A client or a server? Since the server question was 
already answered I recommend KDE's Konqueror as a client. I like it. Of 
course it's a little overkill to install KDE if you just want to access 
webdav, but in case you already use it there is no need to install any new 
software.

Ben
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: WEBDAV on FreeBSD

2005-05-29 Thread Vizion
On Sunday 29 May 2005 10:09,  the author Joshua Lewis contributed to the 
dialogue on-
 WEBDAV on FreeBSD: 

>What port do I install to setup WebDav?

You install it in conjunction with apache
>
>Any how is webdav useful.

webDav stands for web-based Distributed Authoring and Versioning - which is a 
havy handed way of saying your server can maintain a web accessed source 
control directory. It lets developers share files over the internet. If you 
want to know more I sugges you take a look at:
www.webdav.org 

David

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May/June bound for Europe via Panama 
Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: WEBDAV on FreeBSD

2005-05-29 Thread Giorgos Keramidas
On 2005-05-29 10:09, Joshua Lewis <[EMAIL PROTECTED]> wrote:
> What port do I install to setup WebDav?
> Any how is webdav useful.

mod_dav is part of the official Apache 2.X web server distribution.
Just install Apache 2.X and you have it :)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: WebDAV on Freebsd

2005-03-10 Thread Ean Kingston

> Hello,
> I apologize for the intrusion, but I got your email off a Google
> search for WebDAV on FreeBSD.
> I just bought a virtual server and need to install webdav and then
> allow Sunbird to publish and share calendars. I am all about using
> IMAP and I think I need to start using this for better efficiency.
> Would it be possible for you to help out?

I'll be happy to help you out but you really should join one or more
mailing lists. Joining a mailing list (related to your subject) gives you
input from more than one person so if there is a problem that I am not
familiar with, someone else can help. It also means that in the future,
others who search for the same subject can benifit from e-mail discussions
in archives (like you did).

So, how about we start with the basics:

When you say 'virtual server', do you mean an Apache Virtual Server or a
FreeBSD jail? If you are not sure, ask the folks supplying the virtual
server.

What version of Apache is it (1.3 or 2.0)?

If you are using an Apache Virtual Server, you are going to have to ask
your supplier if they include support for dav module for apache.

To learn some more about what I'm asking check out these websites:

Apache Virtual Server:
 http://httpd.apache.org/docs/mod/core.html#virtualhost
Dav module for Apache:
 http://www.webdav.org/mod_dav/
FreeBSD Jail:
 http://docs.freebsd.org/44doc/papers/jail/jail.html

-- 
Ean Kingston
E-Mail: ean_AT_hedron_DOT_org
 PGP KeyID: 1024D/CBC5D6BB
   URL: http://www.hedron.org/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"