---

How To Set Up WebDAV With Apache2 On Fedora 11

[ 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 add a default vhost at
the end of /etc/httpd/conf/httpd.conf. 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 and group (apache) the owner of that directory:

mkdir -p /var/www/web1/web
chown apache:apache /var/www/web1/web

“Then add the new vhost at the end of
/etc/httpd/conf/httpd.conf:

vi /etc/httpd/conf/httpd.conf”


Complete Story

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis