Compile Apache with custombuild with Subversion support

Telaweb

New member
Joined
Nov 26, 2008
Messages
3
Hi everybody,

My team and me are trying to start using SVN. We can use our companies server, but it uses DirectAdmin for the customers. Normally you would do
Code:
# yum install subversion mod_dav_svn
because it's a CentOS server. But because of DA this isn't an option. How can we change the custombuild to include Subversion support on an apache compilation? If googled and checked this forum out, but I couldn't find a proper solution... Thanks in advance for future replys!
 
Yes, you need to compile it from the source and add it to Apache configuration file manually (LoadModule directive and settings).
 
Yes, you need to compile it from the source and add it to Apache configuration file manually (LoadModule directive and settings).
I've read through the apache manual, but can't find what the appropiate flags would be or wat extra's I must download. You know how maybe?
 
Back
Top