VMware Images:
|
How To Set Up WebDAV With Lighttpd On Debian Etch
How To Set Up WebDAV With Lighttpd On Debian EtchVersion 1.0 This guide explains how to set up WebDAV with lighttpd on a Debian Etch server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the lighttpd server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files. I do not issue any guarantee that this will work for you!
1 Preliminary NoteI'm using a Debian Etch server with the IP address 192.168.0.100 here.
2 Installing WebDAVYou can install lighttpd (if it's not already installed), the lighttpd WebDAV module and the apache2-utils package (which contains the tool htpasswd which we will need later on to generate a password file for the WebDAV share) as follows: apt-get install lighttpd lighttpd-mod-webdav apache2-utils Afterwards, create the directory /var/run/lighttpd and make it owned by the www-data user and group. This directory will contain an SQLite database needed by WebDAV: mkdir /var/run/lighttpd/ Next, we enable the module mod_auth: lighty-enable-mod auth ... and open /etc/lighttpd/lighttpd.conf to make sure that the modules mod_alias and mod_webdav are enabled in the server.modules stanza: vi /etc/lighttpd/lighttpd.conf
Restart lighttpd afterwards: /etc/init.d/lighttpd restart
3 Creating A Virtual HostI will now create a lighttpd vhost (www.example.com) in the directory /var/www/web1/web. If you already have a vhost for which you'd like to enable WebDAV, you must adjust this tutorial to your situation. First, we create the directory /var/www/web1/web and make the lighttpd user (www-data) the owner of that directory: mkdir -p /var/www/web1/web Then we open /etc/lighttpd/lighttpd.conf and add the following vhost to the end of the file: vi /etc/lighttpd/lighttpd.conf
Afterwards we restart lighttpd: /etc/init.d/lighttpd restart
|
www.seamlessenterprise.com
One number. One voicemail. Seize the lead. Sprint Mobile Integration.
www.seamlessenterprise.com
One Number. One Voicemail.
Make it easier for clients to reach you. Turn your desk phone and mobile phone into one with Sprint Mobile Integration.
www.seamlessenterprise.com
One number. One voicemail. Sprint Mobile Integration.
www.seamlessenterprise.com
AT&T Synaptic Compute as a Service. Boost your power on demand.
Trial: IBM Cognos Express Reporting, Analysis & Planning
Learn benefits of Simpana software.
View the Gartner Video




print: 

Recent comments
18 hours 20 min ago
19 hours 14 min ago
22 hours 36 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 12 hours ago
1 day 12 hours ago
1 day 12 hours ago
1 day 14 hours ago
1 day 16 hours ago