Tony, The <LocationMatch> does not appear to work any different and yes, I do have a DocumentRoot defined. The entire VirtualHost block is listed below. However, after adding the <LocationMatch> the error message in the log file has changed. Now, I am getting the following error which still makes it look like it is going to the <Location "/" > block as that is where the path F:\Repositories is defined. Thanks for the help. -- Jeff -------------------------------------------------- [Tue Oct 07 10:03:26 2008] [error] [client 192.168.1.51] (20014)Internal error: Can't open file 'F:\\Repositories\\svnindex.xsl\\format': The system cannot find the path specified. , referer: https://svn.mydomain.com/Sandbox/ [Tue Oct 07 10:03:26 2008] [error] [client 192.168.1.51] Could not fetch resource information. [500, #0], referer: https://svn.mydomain.com/Sandbox/ [Tue Oct 07 10:03:26 2008] [error] [client 192.168.1.51] Could not open the requested SVN filesystem [500, #720003], referer: https://svn.mydomain.com/Sandbox/ [Tue Oct 07 10:03:26 2008] [error] [client 192.168.1.51] Could not open the requested SVN filesystem [500, #720003], referer: https://svn.mydomain.com/Sandbox/ -------------------------------------------------- <VirtualHost *:443 > ServerName svn.mydomain.com ServerAdmin webmaster@xxxxxxxxxxxx ErrorLog F:/Repositories/error.log SSLEngine on SSLCertificateFile conf/server.pem SSLCertificateKeyFile conf/server.pem DocumentRoot "C:/Program Files/VisualSVN Server/htdocs" <LocationMatch "/htdocs" > DAV off </LocationMatch> <Location "/" > DAV svn SVNParentPath "F:\Repositories" SVNListParentPath on SVNIndexXSLT "/svnindex.xsl" SVNPathAuthz on AuthName "Subversion Repositories" AuthType Basic AuthBasicProvider file AuthUserFile "F:/Repositories/htpasswd" AuthzSVNAccessFile "F:/Repositories/authz" require valid-user </Location> </VirtualHost> -----Original Message----- From: Tony Stevenson [mailto:tony@xxxxxxxxxxx] Sent: Tuesday, October 07, 2008 9:50 AM To: users@xxxxxxxxxxxxxxxx Subject: Re: Apache Conf. Issue - SVN Jeff, Silly question, but you do have a DocumentRoot defined for this vhost, right? Otherwise where will httpd serve $docroot/htdocs/svnindex.xsl from? Tony Tony Stevenson wrote: > Jeff, > > Try using a <LocationMatch> stanza instead then. > Something like this perhaps > > <LocationMatch "/htdocs"> > Dav Off > </LocationMatch> > > > Cheers, > Tony > > -- ----------------------------------------- Tony Stevenson tony@xxxxxxxxxxx // pctony@xxxxxxxxxx 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx