subversion 1.4.4, apache 2 and segmentation faults
From: Sean Brown <seanmichaelbrown_at_gmail.com>
Date: 2007-08-10 15:31:35 CEST
I'm having difficulty getting the apache bindings for subversion to
LoadModule authz_svn_module modules/mod_authz_svn.so
is NOT commented out of my apache configuration, no pages will render
[Thu Aug 09 23:44:17 2007] [notice] Apache/2.2.4 (Unix) DAV/2
The error that svn clients get is:
svn co http://subversion.ourdomain.com/my_repos --username=sbrown
We're on FC6. The apache 2.2.4 server is running as user apache and
ls -l /home
drwxr-xr-x 86 svn apache 4096 Jul 30 13:27 svn
Here's the location block:
<Location />
# only authenticated users may access the repository
In case it helps, here's how apache and subversion where installed.
Apache (2.2.4) first:
./configure --prefix=/usr/local/apache2 -enable-rewrite -enable-dav
At this point apache works fine. No problems at all. Now here's the
tar xvfz subversion-1.4.4.tar.gz
When I restart apache, and try to either browse the repositories or
Any ideas?
-- Sean Brown --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri Aug 10 15:29:54 2007 |
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.