Regarding configaration of apache config

karthik kattamuri karthikcse507 at gmail.com
Wed Dec 20 03:03:38 CST 2006


Hi,
my problem is
*unalbe to plug in mod_dav_svn.so to the apache
*
Apache 2 outputs startup errors in the Event Viewer's Application log,
      so check the details of the error there. The following error:
          The Apache service named reported the following error:
          >>> Cannot load <install path>/Apache2/modules/mod_dav_svn.so
          into server: The specified module could not be found."
      means you need to copy the libdb42.dll and the intl.dll from the
      Subversion folder to your Apache\bin or Apache\modules folder.
1    - Make sure that the Subversion Path is included in the systems %PATH%
      environment.
 2   - Make sure that your entries in httpd.conf are correct and remember
that
      mod_dav_svn.so and mod_authz_svn.so should be loaded after the other
      mod_dav*.so modules.
  3  - Uninstall the Apache service manually by typing:
        apache -k uninstall
    4  Then check your httpd.conf and reinstall the service by typing:
        apache -k install

i followed first two steps.
but i do not know where i have to execute this step apache -k uninstall


please help me regarding this.

-- 
with regards,
karthik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.red-bean.com/pipermail/svnbook-dev/attachments/20061220/016e278b/attachment-0001.html>


More information about the svnbook-dev mailing list