You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Clint Stotesbery <cs...@hotmail.com> on 2004/12/13 08:05:11 UTC

mod_dav_svn.so vs. mod_dav_fs.so

Hi everyone,
I am setting up Apache for use with Subversion. In httpd.conf do I just need 
LoadModule directives for mod_dav and mod_dav_svn or do I need mod_dav, 
mod_dav_svn, and mod_dav_fs? From what I've read in Ch. 6 of the Subversion 
book and at the mod_dav FAQ (http://www.webdav.org/mod_dav/faq/#00-04) it 
seems like I don't need mod_dav_fs. I had read a tutorial for setting up 
Subversion in Apache and it said to load mod_dav_fs as well as the other 
two. I just wanted to make sure I only need mod_dav and mod_dav_svn.
Thanks,
Clint



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: mod_dav_svn.so vs. mod_dav_fs.so

Posted by John Szakmeister <jo...@szakmeister.net>.
On Monday 13 December 2004 03:05, Clint Stotesbery wrote:
> Hi everyone,
> I am setting up Apache for use with Subversion. In httpd.conf do I just
> need LoadModule directives for mod_dav and mod_dav_svn or do I need
> mod_dav, mod_dav_svn, and mod_dav_fs? From what I've read in Ch. 6 of
> the Subversion book and at the mod_dav FAQ
> (http://www.webdav.org/mod_dav/faq/#00-04) it seems like I don't need
> mod_dav_fs. I had read a tutorial for setting up Subversion in Apache
> and it said to load mod_dav_fs as well as the other two. I just wanted
> to make sure I only need mod_dav and mod_dav_svn. Thanks,

You just need mod_dav.so and mod_dav_svn.so.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org