Re: fedora 3 upgrade: httpd won't start

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



rado wrote:

Upgrade from FC2 to FC3 everything else seems fine until the following:

Nov 13 20:14:29 rbmain httpd: Syntax error on line
of /etc/httpd/conf.d/subversion.conf:
Nov 13 20:14:29 rbmain httpd: Cannot
load /etc/httpd/modules/mod_authz_svn.so into
server: /etc/httpd/modules/mod_authz_svn.so: undefined symbol:
svn_config__enumerate_sections
Nov 13 20:14:29 rbmain httpd: httpd startup failed


is there a *.rpmnew-file ?

# ls /etc/httpd/conf.d/

# locate mod_authz_svn
/usr/lib/httpd/modules/mod_authz_svn.so
/usr/share/doc/subversion-1.1.0/mod_authz_svn-INSTALL

--------
# cat /etc/httpd/conf.d/subversion.conf

LoadModule dav_svn_module     modules/mod_dav_svn.so
LoadModule authz_svn_module   modules/mod_authz_svn.so

#
# Example configuration to enable HTTP access for a Subversion
# repository, "/home/svnroot".  This repository must be readable
# and writable by the 'apache' user.
#

#<Location /svn/repos>
#   DAV svn
#   SVNPath /home/svnroot
#
#   # Limit write permission to list of valid users.
#   <LimitExcept GET PROPFIND OPTIONS REPORT>
#      # Require SSL connection for password protection.
#      # SSLRequireSSL
#
#      AuthType Basic
#      AuthName "Authorization Realm"
#      AuthUserFile /path/to/passwdfile
#      Require valid-user
#   </LimitExcept>
#</Location>
----/----

--
shrek-m


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux