Problem with Apache 2.0. and Subversion
-
Hi All, I installed subversion and Apache2.0 Made some changes in the httpd.conf file The changes are I have added the 2 module files in the Modules folder and loaded those files as LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so Then restarted the Apache server but unable to start that Getting the error as "Unable to Load the LoadModule dav_svn_module modules/mod_dav_svn.so" Can anyone help regarding this issue? Thanks and Regards, Shravanthi
-
Hi All, I installed subversion and Apache2.0 Made some changes in the httpd.conf file The changes are I have added the 2 module files in the Modules folder and loaded those files as LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so Then restarted the Apache server but unable to start that Getting the error as "Unable to Load the LoadModule dav_svn_module modules/mod_dav_svn.so" Can anyone help regarding this issue? Thanks and Regards, Shravanthi
Probably this modules is in the bin folder of the Subversion. You have to copy them to: C:\Program Files\Apache Group\Apache2\modules And then restart apache.