logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: WebDAV Issue With Subdomain
Author
drayle



Joined: 05 Jul 2013
Posts: 1
Location: sfgasfd23434gfhg4356

PostPosted: Sat 06 Jul '13 0:17    Post subject: WebDAV Issue With Subdomain Reply with quote

I'm running Apache 2.2 on Arch Linux and I've got a wildcard subdomain setup with GoDaddy and mod_rewrite to direct subdomain requests to the proper directory.

I also have a WebDAV directory setup at mydomain.com/webdav. Currently this works by aliasing /webdav to /home/webdav/fs and then enabling Dav on Location /webdav.

What I want is to be able to get webdav working for webdav.mydomain.com but whenever I try it webdav doesn't come up when I access that page in the browser. So basically my subdomain is routing to the right directory but Dav isn't being enabled when I use the subdomain.

Any help would be much appreciated, thanks.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Mon 08 Jul '13 23:05    Post subject: Reply with quote

That is currently not possible. Something has changed in the DAV module from apache. Cause some kinda time ago it worked. I have the same "problem" with mod_svn which sits on top of mod_dav. I haven't figured it out any way yet how to accomplish it.
Back to top


Reply to topic   Topic: WebDAV Issue With Subdomain View previous topic :: View next topic
Post new topic   Forum Index -> Apache