LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Other *NIX
User Name
Password
Other *NIX This forum is for the discussion of any UNIX platform that does not have its own forum. Examples would include HP-UX, IRIX, Darwin, Tru64 and OS X.

Notices


Reply
  Search this Thread
Old 08-04-2008, 06:18 PM   #1
psailaja
LQ Newbie
 
Registered: Aug 2008
Posts: 1

Rep: Reputation: 0
Issue with Webdav authentication running Apache 2.2.6 on Redhat Enterprise Linux 4


Hi all,
I have apache 2.2.6 with WebDAV configured on Redhat Enterprise Linux 4. I could access the web enabled folder from my Windows xp after the configuration is done. The issue comes up only when I try to restrict the webdav access to an authorized user. I could login and view the contents in Internet Explorer but it doesn't accept the credentials when I tried to map a net work drive to the web folder or when I tried to open the web folder in IE.

Here are the contents of my httpd-dav.conf.

DavLockDB "/opt/apache/var/DavLock"

Alias /uploads "/opt/apache/htdocs/uploads"

<Directory "/opt/apache/htdocs/uploads">
Dav On

Order Allow,Deny
Allow from all
Options Indexes MultiViews
AuthType Digest
AuthName DAV-upload

# I used htdigest -c "/opt/apache/htdocs/user.passwd" DAV-upload davadmin -- sailaja

AuthUserFile "/opt/apache/htdocs/user.passwd"
AuthDigestProvider file

# Allow universal read-access, but writes are restricted
# to the admin user.
<LimitExcept GET HEAD OPTIONS>
require user davadmin
</LimitExcept>
<LimitExcept POST PUT COPY DELETE LOCK MKCOL MOVE UNLOCK>
require user davadmin
</LimitExcept>
</Directory>

I also tried <Location /uploads> instead of <Directory "path"> above. Could you please let me know what is wrong with my configuration? I tried changing the above configuration multiple times.

I appreciate your help.
Thank you.
--
Sailaja
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
redhat enterprise linux 5.0 +apache+ssl kulg123 Linux - Networking 1 07-01-2008 01:33 AM
WebDAV authentication question dominant Linux - Newbie 3 07-24-2004 06:08 AM
Redhat Entrprise Linux running on Sun Enterprise 450 and 250 servers stuart313 Linux - General 5 01-09-2004 02:04 PM

LinuxQuestions.org > Forums > Other *NIX Forums > Other *NIX

All times are GMT -5. The time now is 11:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration