Jeff,

Try using a <LocationMatch> stanza instead then.
Something like this perhaps

<LocationMatch "/htdocs">
        Dav Off
</LocationMatch>


Cheers,
Tony




Jeff Chastain wrote:
> Tony,
> 
> That occurred to me after I sent that last message, but upon swapping the
> two location blocks and restarting Apache, I still get the same result.
> That part of the VirtualHost declaration looks like this right now ...
> 
>       <Location "/htdocs" >
>               DAV off
>       </Location>
> 
>       <Location "/" >
>               DAV svn
> 
>               SVNParentPath           "F:\Repositories"
>               SVNListParentPath       on
>               SVNIndexXSLT            "/htdocs/svnindex.xsl"
> 
>               AuthName                "Subversion Repositories"
>               AuthType                Basic
>               AuthBasicProvider       file
>               AuthUserFile            "F:/Repositories/htpasswd"
>               AuthzSVNAccessFile      "F:/Repositories/authz"
> 
>               require valid-user
>       </Location>
> 
> Do I need something else in the <Location "/htdocs" > block to make it
> handle calls correctly instead of passing them on to the second <Location
> "/" >?
> 
> Thanks
> -- Jeff
> 
> 

-- 


-----------------------------------------
Tony Stevenson
[EMAIL PROTECTED]  //  [EMAIL PROTECTED]
http://www.pc-tony.com/

1024D/51047D66 ECAF DC55 C608 5E82 0B5E  3359 C9C7 924E 5104 7D66
-----------------------------------------

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to