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 direcotry access on Apache 2.2, Windows 2008 server
Author
wwsheaffer



Joined: 21 Oct 2011
Posts: 1

PostPosted: Fri 21 Oct '11 23:09    Post subject: webdav direcotry access on Apache 2.2, Windows 2008 server Reply with quote

Sad

I have installed Apache 2.2 on my windows server 2008,

it is located in C:\Apache2.2

I can access documents, such as index.html from my browser located in the c:\Apache2.2\htdocs location just fine.

I have a subdirectory below it : tassets for which I have enabled webdav using the following directive which i placed in the Apache httpd configuration file:

<Directory "c:\apache2.2\htdocs\tassets">
Dav On
Allow from all
</Directory>

I can connect to this directory from my Mac through "finder" and transfer files easily from it. I also checked out the Windows client (win 7) using BitKinex.

Both access methods allow me to copy files out of the directory but both fail when I try to copy a file into it.

Do you have any idea what might be causing this behaviour?

Thanks in advance for your help.

Warren
Back to top
James Blond
Moderator


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

PostPosted: Tue 25 Oct '11 9:53    Post subject: Reply with quote

What is in your error log about that?
Back to top


Reply to topic   Topic: webdav direcotry access on Apache 2.2, Windows 2008 server View previous topic :: View next topic
Post new topic   Forum Index -> Apache