OK, when I had Apache 2.0.59 installed this is how I got my SVN server 
setup and going:

<VirtualHost *:80>
<Location />
  DAV svn
  SVNPath /home/mike/repos
</Location>
ServerName svn.host.com
DocumentRoot /home/mike/www/svn/htdocs
</VirutalHost>

and of course I had these two lines:
LoadModule dav_svn_module     modules/mod_dav_svn.so
LoadModule authz_svn_module  modules/mod_authz_svn.so

Now, I upgraded to Apache 2.2.4 and I get a blank page when I point my 
browser to my SVN server at svn.host.com.  The other odd thing is that 
all my other Virtual Server pages are blank as well.  But when I remove 
the second line above:
#LoadModule authz_svn_module  modules/mod_authz_svn.so
then all my Virtual Server pages reappear.  Except of course for 
svn.host.com

-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to