I recently updated from VisualSVN Server 1.6.1 -> 1.6.3, and was
pleased to see from the changelog that mod_alias is now included in
the default distribution.  I added a call to load in the module in the
http.custom.conf file, and added an alias, but when I do this
VisualSVN doesn't start up anymore.  Here is the relevant section from
my http.custom.conf file:

LoadModule alias_module bin/mod_alias.so

ErrorLog "error.log"
LogLevel warn

<Directory "C:/testing">
Options Indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>

<IfModule alias_module>
Alias /asdf C:/testing
</IfModule>

Note that c:/testing is a regular directory; there are no special
permissions which should be getting in the way here.  Also unusual is
the fact that the ErrorLog doesn't get created (even when I add this
in the main httpd.conf file in place of "nul").  Does anyone have any
idea what could be wrong?

Reply via email to