Bug 231625

Summary: Yast2 Apache/HTTP Module does not configure Apache correctly for mod dav_svn and authz_svn
Product: [openSUSE] SUSE Linux 10.1 Reporter: Pieter Botha <info>
Component: YaST2Assignee: Michal Zugec <mzugec>
Status: RESOLVED DUPLICATE QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: 32bit   
OS: Linux   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Pieter Botha 2007-01-03 22:23:14 UTC
This bug is probably present in openSuse 10.2.
When one configure Apache using Yast, one have the option of loading modules. Now, when it comes to authz_svn and dav_svn as modules, Yast puts them in the wrong order to be loaded.
The order Yast puts them in:
authz_svn
dav_svn

The order they must be in:
dav_svn
authz_svn

When in the wrong order, apache will fail to start with the following error message:
fsx01:/srv/www/htdocs/downloads # rcapache2 restart
httpd2-prefork: Syntax error on line 113 of /etc/apache2/httpd.conf: Syntax error on line 31 of /etc/apache2/sysconfig.d/loadmodule.conf: Cannot load /usr/lib/apache2/mod_authz_svn.so into server: /usr/lib/apache2/mod_authz_svn.so: undefined symbol: dav_svn_split_uri
Comment 1 Michal Zugec 2007-02-12 18:17:46 UTC

*** This bug has been marked as a duplicate of bug 243693 ***