District Webmaster wrote:

I'm using apache w/ mod_dav and mod_auth_msfix to compensate for the bug
in WinXP's DAV client. (And I'm stuck w/ WinXP clients.)

The regular expression I'm using works well if the directory to be
accessed is in the web server document root
(http://myserver.tld/dav_dir). But if the directory is down one or more
levels from the document root in the directory tree
(http://myserver.tld/level1/dav_dir), authentication fails. Other
clients are able to connect to dav_dir, regardless (or, in Utahnese,
"irregardless") of its position relative to the document root.

The line in the apache configuration file looks like:

AuthMSFixMatch "^.*\\\\(.*)$" "$1"

To my limited regex expertise, this seems correct. Can anyone show me
the error of my ways?

Dave


Can you give the output of AuthMSFixDebug On so we can see an example of what it is doing?


Also, I got this from someone outside the list. I forgot to pass it on at the time, but now that you have reminded me, it may moot the trouble you are having:

Jesse Mills wrote:

>> Hi,
>>
>> I was searching for something WebDAV related and saw someone named
>> Dave on your message board was having the old XP WebDAV login
>> problem. We have pretty much the same set up (Enterprise Linux
>> 3.0). XP is definitely the problem, but there is an easy work
>> around. When specifying the URL you must also specify port 80.
>> For example, in XP I must login to http://andell.com:80 instead
>> of just http://andell.com. When the port is specified XP will drop
>> the extra crap it tries to append to the logon.
>>
>> Hope this helps.  You might want to post the answer on your board.
>>
>>
>> *Jesse Mills*
>> Andell Advertising & Design
>> 5120 Woodway
>> Suite 7002
>> 713-961-9678
>> www.andell.com <http://www.andell.com/>
>>

Adam Augustine

____________________
BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to