Results 1 to 2 of 2
Off topic, and not even entirely Linux (or newbie) related, but you people have always seemed fairly helpful so here goes.
I am trying to get WebDAV working with Apache2.2 ...
- 11-14-2006 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 2
WebDAV Question?
Off topic, and not even entirely Linux (or newbie) related, but you people have always seemed fairly helpful so here goes.
I am trying to get WebDAV working with Apache2.2 on Windows XP. It seems to be installed ok, but I just cannot seem to get it to see any users. I have a user file in c:\htpasswd with logins generated by http://www.flash.net/cgi-bin/pw.pl so that end should be ok.
The conf file has the following...
Alias /source /
<Location /source>
Dav On
ForceType text/plain
AuthType Basic
AuthName "WebDAV Restricted"
AuthUserFile "C:/htpasswd"
Require valid-user
</Location>
And apache works fine. logging on http://localhost/source queries for user/pw but none of the users specified in htpasswd work (I've restarted the daemon).
I think it may have something to do with auth type, but I am not sure.
Any help would be gratefully recieved!
- 11-14-2006 #2Just Joined!
- Join Date
- Oct 2005
- Posts
- 2
After a bit of research (and in case anyone wants to know) Windows apparently only accepts the passwords unencrypted in htpasswd (admin:admin) works.
The next question - How can I get PHP to be correctly executed by the process - enabling webdav disables dynamic content for anyone visiting. I dont want non logged in ppl to see the php.
cheers


Reply With Quote