Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

mod_dav (webDAV) authentication

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  help with NetBSD configuration  
Author Message
user2503

External


Since: Oct 05, 2003
Posts: 2



(Msg. 1) Posted: Sun Oct 05, 2003 6:49 pm
Post subject: mod_dav (webDAV) authentication
Archived from groups: alt>apache>configuration (more info?)

Hello,

I've managed to get webDAV working so I can share out files to a bunch
of laptops at work.

Alias /files "/var/www/files"

<Directory "/var/www/files">
DAV on
</Directory>

<IfModule mod_dav_fs.c>
# Location of the WebDAV lock database.
DAVLockDB /var/lib/dav/lockdb
</IfModule>

This works great however it presents no security what so ever. I'd like
to add at least a basic level of security. I've gotten this far, and it
pops up the username/password box now, but it never seems to accept the
password.

Alias /files "/var/www/files"

<Directory "/var/www/files">
DAV on
AllowOverride None
Options None
<Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK
UNLOCK>
AuthType Basic
AuthName "Authorized Access Only"
AuthUserFile /var/www/passwd/users
Require user pham fred doug
</Limit>
</Directory>

<IfModule mod_dav_fs.c>
# Location of the WebDAV lock database.
DAVLockDB /var/lib/dav/lockdb
</IfModule>

This is Apache 2.0.40 on redhat 9.0, and I'm trying to connect using
Windows 2000 and the add network places.

Any suggestions on how to get this working would be greatly appreciated.

--
/---+----+----+----+----+----+----++----+----+----+----+----+----+---\
I pham.nuwen3d6.DeleteThis@libertydice.org II No nation was ever ruined by I
I http://www.libertydice.org II trade, even seemingly the most I
I remove "3d6" to e-mail II disadvantageous. - Ben Franklin I
\---+----+----+----+----+----+----++----+----+----+----+----+----+---/

 >> Stay informed about: mod_dav (webDAV) authentication 
Back to top
Login to vote
user2503

External


Since: Oct 05, 2003
Posts: 2



(Msg. 2) Posted: Sun Oct 05, 2003 7:28 pm
Post subject: Re: mod_dav (webDAV) authentication [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Pham Nuwen wrote:
 > Any suggestions on how to get this working would be greatly appreciated.

Dork, Dork, Dork....

Found my own problem. I had forgotten to make the passwd file readable
to the web server.

chgrp apache users
chmod 640 users

solved the problem.

--
/---+----+----+----+----+----+----++----+----+----+----+----+----+---\
I pham.nuwen3d6 DeleteThis @libertydice.org II No nation was ever ruined by I
I <a style='text-decoration: underline;' href="http://www.libertydice.org" target="_blank">http://www.libertydice.org</a> II trade, even seemingly the most I
I remove "3d6" to e-mail II disadvantageous. - Ben Franklin I
\---+----+----+----+----+----+----++----+----+----+----+----+----+---/<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: mod_dav (webDAV) authentication 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
webdav - Hi folks, i have heard of webdav as a good alternative for ftp and now I want to assing a windows-device to it. I got this entry in my httpd.conf: <VirtualHost 193.74.254.4:80> ServerName webdav.diebandbreite.de Alias /homepage..

webdav on osx - Hi, I want a webdav server in osx. apache(1.3) is running wel I have configured httpd as it was show on the internet adres http://shawnwall.com/teach/webdav-ical.php Iwen i start safari browser/or explorer I get a message: Forbidden you don't have....

WebDAV configuration - I seem to be having a problem with my WebDAV configuration. I have configured the apache config file, and mod_dav is working for several directories. The problem is when I try to enable it for my BEA WebLogic directory. It is filled with redirects and...

Appache and webdav - Frist, I am new to Linux I am using redhat 9.0 and I downloaded the Webdav .gz file. I unzipped it and put it in a folder. Now I want to add it as a mod to Apache but can't seem to get it right. The directions say I have to compile it but I have n...
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]