==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=5047

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================


Jonathan <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED




--- Comment #2 from Jonathan <[email protected]>  2009-03-02 
12:46:16 ---
= Environment:

Fresh install of SME Server 7.4, no custom-templates and contribs.

= Current version installed:

[r...@sme74test ~]# rpm -q smeserver-subversion
smeserver-subversion-1.4-38.el4.sme
[r...@sme74test ~]#

= Original problem:

When mod_dav was disabled the mod_dav_svn module was loaded causing httpd to
fail as it requires mod_dav.

= Resolution:

Download the fixed smeserver-subversion from the smetest repository using yum,
then
"signal-event post-upgrade; signal-event reboot"

= Updated version installed:

[r...@sme74test ~]# rpm -q smeserver-subversion
smeserver-subversion-1.4-39.el4.sme
[r...@sme74test ~]#

= Problem fixed:

[r...@sme74test ~]# db configuration setprop modDAV status disabled
[r...@sme74test ~]# db configuration show modDAV
modDAV=service
    status=disabled
[r...@sme74test ~]# expand-template /etc/httpd/conf/httpd.conf
[r...@sme74test ~]# grep -r mod_dav_svn /etc/httpd/conf/httpd.conf
[r...@sme74test ~]# httpd -t
Syntax OK
[r...@sme74test ~]# sv t httpd-e-smith
[r...@sme74test ~]# sv s httpd-e-smith
run: httpd-e-smith: (pid 10688) 2s, normally down
[r...@sme74test ~]# sv s httpd-e-smith
run: httpd-e-smith: (pid 10688) 3s, normally down
[r...@sme74test ~]# sv s httpd-e-smith
run: httpd-e-smith: (pid 10688) 5s, normally down
[r...@sme74test ~]#

[r...@sme74test ~]# db configuration setprop modDAV status enabled
[r...@sme74test ~]# db configuration show modDAV
modDAV=service
    status=enabled
[r...@sme74test ~]# expand-template /etc/httpd/conf/httpd.conf
[r...@sme74test ~]# grep -r mod_dav_svn /etc/httpd/conf/httpd.conf
LoadModule dav_svn_module       modules/mod_dav_svn.so
[r...@sme74test ~]# httpd -t
Syntax OK
[r...@sme74test ~]# sv t httpd-e-smith
[r...@sme74test ~]# sv s httpd-e-smith
run: httpd-e-smith: (pid 10706) 2s, normally down
[r...@sme74test ~]# sv s httpd-e-smith
run: httpd-e-smith: (pid 10706) 4s, normally down
[r...@sme74test ~]# sv s httpd-e-smith
run: httpd-e-smith: (pid 10706) 5s, normally down
[r...@sme74test ~]#

= Release note information suggestion:

Fix loading of mod_dav_svn module when mod_dav status disabled

= Verified or Reopen:

Marking VERIFIED.

-- 
Configure bugmail: http://bugs.contribs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam

Reply via email to