Tuesday, 15 February 2011

php - Apache is not starting after configuring subversion (SVN) -



php - Apache is not starting after configuring subversion (SVN) -

i configured subversion 1.6.6 apache. ( using xampp ) followed readme.txt , few articles in web. here steps

installed subversion 1.6.6 c:/subversion added c:/subversion/bin path copied mod_dav_svn.so, mod_authz_svn.so apache/modules restarted windows

uncomented 2 lines in httpd.conf file

loadmodule dav_module modules/mod_dav.so loadmodule dav_fs_module modules/mod_dav_fs.so

and added 2 lines

loadmodule dav_svn_module modules/mod_dav_svn.so loadmodule authz_svn_module modules/mod_authz_svn.so

and added

<location /svn> dav svn svnpath c:/repo/svn </location>

at end of file

now trying start apache in xampp, not getting started. giving next messages

22:13:29 [apache] status alter detected: running 22:13:30 [apache] status alter detected: stopped

php apache svn xampp

No comments:

Post a Comment