Error reported by Apche loadmodule

Source: Internet
Author: User
Apache loadmodule always reports an error, surfing the Internet, the results are resolved, the solution is as follows: ---------------------------------------------------------------- apache2.2 cannot load mod_dav_svn.so2010-03-14

Problem description:
E:/apache2.2/bin> httpd-K start
Httpd: syntax error on line 131 of E:/apache2.2/CONF/httpd. conf: cannot load
E:/apache2.2/modules/mod_dav_svn.so into server:/xd5/xd2/XB2/xbb/xb5/xbd/x
D6/xb8/xB6/xA8/xb5/xc4/xc4/xa3/xbf/xe9/xA1/xa3

Httpd. conf is configured as follows:
Loadmodule dav_svn_module modules/mod_dav_svn.so
Loadmodule authz_svn_module modules/mod_authz_svn.so

Solution:
Change the httpd. conf configuration to the absolute path:
Loadmodule dav_svn_module "E:/subversion/bin/mod_dav_svn.so"
Loadmodule authz_svn_module "E:/subversion/bin/mod_authz_svn.so"

---------------------------------------------

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.