Home > httpd exe syntax > httpd.exe syntax error cannot load mod_dav_svn.so

Httpd.exe Syntax Error Cannot Load Mod_dav_svn.so

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Cannot load mod_dav_svn.so on apache 2.0 up vote 0 down vote favorite 1 I am using Subversion for apache 2.0 I coppied following two files from Subversion/bin to Apache/modules -mod_dav_svn.so -mod_authz_svn.so and copied following lines to the httpd.conf file LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so # Configure Subversion repository DAV svn SVNPath "C:\svn" AuthType Basic AuthName "Subversion repository" AuthUserFile "c:\svn_conf\passwd" Require valid-user When I try to run the apache, it gives me the following error httpd.exe: Syntax error on line 141 of C:/xampp/apache/conf/httpd.conf: Cannot l oad modules/mod_dav_svn.so into server: The specified procedure could not be found. I am searching hours for the solution of the problem but unable to fix it. How can I fix that problem and make apache running. Thanks! apache svn share|improve this question asked Mar 6 '13 at 11:25 Muhammad Salman Farooq 47531638 1 Subversion modules for Apache 2.0 are not compatible with Apache 2.2, and vice versa. AFAIK, Apache 2.0 hasn't been supported by Subversion for a few years now. Make sure all of your versions match. –alroc Mar 6 '13 at 13:49 A little more info needed here such as: - What OS are you using? - what version of svn? - is there a specific need to use Apache 2.0 instead of the latest and greatest? –Mand Beckett Mar 6 '13 at 16:54 add a comment| 2 Answers 2 active oldest votes up vote 2 down vote Directly give absolute Path for mod_dav_svn.so and mod_authz_svn.so from subversion instead of

Pages: [1] Go Down Print Author Topic: Cannot load modules/mod_dav_svn.so (Read 1882 times) Niels Newbie Offline Posts: 2 Cannot load modules/mod_dav_svn.so « on: October 22, 2015, 01:37:53 PM » Tried to install the latest apache 2.4 x64 build with VC11. The installation generally works as specified. But I'm not able to load the svn modules. The error message is ... The Apache service named reported the following error:>>> httpd.exe: Syntax error on line 181 of .../Apache24/conf/httpd.conf: Cannot load modules/mod_dav_svn.so into http://stackoverflow.com/questions/15246072/cannot-load-mod-dav-svn-so-on-apache-2-0 server: The specified module could not be found.httpd-2.4.17-x64-vc11.zip mod_svn-1.9.2-ap24-x64.zip Interesting is that when I change something with notepad directly within the svn libs, the error message says something different. With other words ... the Apache finds the the modules and the error message is missleading. « Last Edit: October 22, 2015, 02:43:03 PM by mario » Logged mario https://www.apachehaus.com/forum/index.php?topic=1310.0 Administrator Member Elite Offline Posts: 539 Re: Cannot load modules/mod_dav_svn.so « Reply #1 on: October 22, 2015, 02:47:12 PM » Hi Niels,did you follow the readme zile in the zip? Do you load all of the modules? Did you extract all the files from the mod_svn-1.9.2-ap24-x64.zip into e.g. C:\Apache24 ?Code: [Select]LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so

LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.soI just downloaded the two zips, unpacked them to C:\ and ran it successfully Logged Niels Newbie Offline Posts: 2 Re: Cannot load modules/mod_dav_svn.so « Reply #2 on: October 22, 2015, 04:21:56 PM » Hey Mario,thank you for your fast response. "My" installation seems to be working now ... it seems as if I missed one of the svn.dlls when i copied them over. I've done the whole process again and now it works.I've still problems when accessing the repository via http and tortoise. It raises the following message "unexpected HTTP status 400 'bad request (forbidden or unknown protocol)' on ...". But that's a different issue.Thank you again

and collaboration platform for enterprise agility TeamForge https://subversion.open.collab.net/ds/viewMessage.do?dsMessageId=96594&dsForumId=3 SCM Source code management platform for enterprise-grade http://serverfault.com/questions/286062/apache-start-failing-after-apache-config-modifications-showing-syntax-error-ca Git and/or SVN CloudForge Hosted SVN ,Git and TeamForge projects Subversion Edge SVN Installation, updates & code management ScrumWorks Pro Agile Planning tool Integrations TeamForge plugins for your favorite tools Solutions httpd.exe syntax By Need Hosted Services Enterprise SCM Agile Development By Industries Financial Services Government Healthcare Services Consulting Training Implementation Support Agile Training subversion Error Error The discussion you referenced does not exist. This could occur if the discussion has been httpd.exe syntax error deleted or the URL has been edited. Please click on your browser's Back button, review your input, and try again. If you are still having problems please contact your administrator. Products TeamForge CloudForge ScrumWorks Pro Subversion Edge Enterprise Git GitEye Services Consulting Training Implementation Support Solutions Hosted Services Enterprise SCM Agile Development Financial Services Government Healthcare Resources White Papers Webinars Data Sheets Analyst Reports Case Studies Videos Company About Leadership Customers Partners Careers News & Events Locations Contact us Community Site Feedback Downloads TeamForge CloudForge ScrumWorks Pro Subversion Edge Enterprise Git GitEye Integrations Terms of Use Privacy Policy Copyright & Trademark Legal Copyright © 2015 CollabNet, Inc. All rights reserved. Global Sites Chinese Korean Japanese

Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Server Fault Questions Tags Users Badges Unanswered Ask Question _ Server Fault is a question and answer site for system and network administrators. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top Apache start failing after apache config modifications, showing syntax error, cannot load php5apache2_2.dll into server up vote 1 down vote favorite 2 I am stuck again with apache setup guys. I am working on a 64-bit system running Windows 7 professional with service pack 1. I copied the working php5 installation directory from teammates, copied the necessary .dll files from inside php5 installation folder (like they were in the working setup of teammates) to my windows/system32/. Apache server started successfully with the default apache config (httpd.conf) file. I was able to access localhost in browser. But php code was not parsing. I noticed no such line like the following in the apache config file:- # PHP5 module LoadModule php5_module D:/php5/php5apache2_2.dll If I add this line, apache server start fails. Running test configuration gives the following error - httpd.exe: Syntax error on line 60 of C:/Program Files (x86)/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load D:/php5/php5apache2_2.dll into server: The specified procedure could not be found. But the php5apache2_2.dll file is there in the specified location and I have given all permissions to the current system user to the php5 installation directory. The same line also appears in the apache error log. Another thing here is that I am not sure when exactly logs are written to the log file. I am conf

 

Related content

httpd.exe syntax error on line 456 of c /xampp/apache/conf/httpd.conf

Httpd exe Syntax Error On Line Of C xampp apache conf httpd conf p here for a quick overview of the site Help Center relatedl Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of million programmers just like you helping each other Join them it only takes a minute