setup issue with svn1.4.6 and apache2.2
From: buzlite hotmail <buzlite001_at_hotmail.com>
Date: Thu, 21 Feb 2008 09:04:58 -0500
I copied all the .dll files from the c:\svn1.4.6\bin to C:\apache2_root\modules as you suggested. Now the error message I got when trying to start httpd is ....
httpd.exe: Syntax error on line 127 of C:/apache2_root/conf/httpd.conf:
Any suggestions?
buzlite hotmail wrote:
The error message I got from my setup seems to be quite
I'm running windowsXP with SP2
downloaded
installed Apache 2.2.8
as per instruction specified in TortoiseSNV help file.
copied mod_dav_svn.so, mod_authz_svn.so, libdb44.dll from the svn
modified c:\apache2_root\conf\httpd.conf as follows...
-enable loading of above modules.
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
-added the following.
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
-added the <location> block as appropriate.
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath C:\my\svn\repos
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile my-svn-passwd
#AuthzSVNAccessFile svnaccessfile
Require valid-user
</Location>
when i started the apache httpd, i get the following message...
httpd.exe: Syntax error on line 127 of C:/apache2_root/conf/httpd.conf:
Cannot load C:/apache2_root/modules/mod_dav_svn.so into server: The spec
ified module could not be found.
Note the errors or messages above, and press the <ESC> key to
I checked the apache logs. there's were not helpful messages to help me
Updated docs would save some frustration...
_________________________________________________________________
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.