Nice Apache .htaccess tutorial
Need a hand on tweaking apache .htaccess file? This recent post at vortexmind.net has all the info you need in one nice post.
2007: Still needs more sleep. More grammar mistakes. Now, a Mac user
Need a hand on tweaking apache .htaccess file? This recent post at vortexmind.net has all the info you need in one nice post.
Jul 04, 2006 in Tips, Subversion, Apache
Finally manage to make it run! Phew! There seems to be a bug in subversion which makes it impossible to load subversion modules even after you copied them to the Apache2’s module folder. I was following the instruction from this page:
*need to load mod\_dav\_fs.so as well*
LoadModule dav\_fs\_module modules/mod\_dav\_fs.so
*you have to explictly stat the location of this two modules rather than copying them to Apache2 module folder*
LoadModule dav\_svn\_module ../../Subversion/bin/mod\_dav\_svn.so
LoadModule authz\_svn\_module ../../Subversion/bin/mod\_authz\_svn.so
I got this information from