Search found 1 match
- Thu Apr 12, 2018 4:06 am
- Forum: Web Server
- Topic: Failed installing subversion server
- Replies: 1
- Views: 2373
Failed installing subversion server
Hi all, I want to install subversion on my VPS. Here are my steps: 1. yum remove subversion* 2. yum clean all 3. service httpd restart 4. chkconfig httpd on 5. yum install subversion mod_dav_svn 6. vim /etc/httpd/conf.modules.d/10-subversion.conf ... 7. service httpd restart But, httpd can't start a...