Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Blog -  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Preferences
Contribute
Link to Us
Search
Linux Jobs

Linux Today
Enterprise Linux Today
Apache Today
JustLinux.com
Linux Planet
PHPBuilder
All Linux Devices
Technology Jobs

JustTechJobs.com

LinuxToday Newsletters
Server Daily
IT Management Daily
Subscribe News
Subscribe PR
Subscribe Security

internet.com
Internet News
Small Business

Advertise
Newsletters
Tech Jobs
E-mail Offers

 






Current Newswire:

Tech Comics: "Groundhog Day"

Want a Job? Learn Linux

PC-BSD 9 review – to FreeBSD what Ubuntu is to Debian

Time to dispel open source myths, says Liam Maxwell

SECURITY: Nmap Inside and Out

Eight features Windows 8 'borrowed' from Linux

Malware devs embrace open-source

A tale of two distros: Ubuntu and Linux Mint

Raspberry Pi benchmarked against Beagleboard, low price is long term

20 popular Ubuntu Linux apps you may want to try



Applications Management Engineer Sr (NYC)
Next Step Systems
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume
:How To Set Up WebDAV With Apache2 On Ubuntu 8.10
How To Set Up WebDAV With Apache2 On Ubuntu 8.10
Mar 4, 2009, 07 :33 UTC (0 Talkback[s]) (4283 reads)

(Other stories by Falko Timme)

[ Thanks to Falko Timme for this link. ]

"3 Creating A Virtual Host
I will now create a default Apache vhost in the directory /var/www/web1/web. For this purpose, I will modify the default Apache vhost configuration in /etc/apache2/sites-available/default. 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 Apache user (www-data) the owner of that directory:

"mkdir -p /var/www/web1/web
chown www-data /var/www/web1/web

"Then we back up the default Apache vhost configuration (/etc/apache2/sites-available/default) and create our own one:

"mv /etc/apache2/sites-available/default /etc/apache2/sites-available/default_orig
vi /etc/apache2/sites-available/default"

Complete Story

Related Stories:
Migration from Apache to Lighttpd(Nov 25, 2008)
Switching from FrontPage to KompoZer(Nov 24, 2008)
How To Set Up WebDAV With Lighttpd On Mandriva 2008.1(Sep 01, 2008)
How To Set Up WebDAV With Lighttpd On Debian Etch(Aug 17, 2008)
How to Secure WebDAV with SSL and Two-Factor Authentication(Apr 19, 2007)



No talkbacks posted.
  Home | Search Talkbacks | Customize View    Top of Page  



Enter your comments below:

* Your Name:

* Your Email Address:

* Subject:

CC: [will also send this talkback to an E-Mail address]

* Comments:

Tags allowed:<I>,<B> and <U>. See our talkback-policy for more about talkback content.

Fields marked with * are required!

..............................




All times are recorded in UTC.
Linux is a trademark of Linus Torvalds.
Powered by Linux, Apache and PHP