[Pkg-cas-maintainers] Bug#728364: should conflict with apache2-mpm-worker

Mathieu Parent math.parent at gmail.com
Thu Oct 31 09:42:35 UTC 2013


Package: libapache2-mod-auth-cas
Version: 1.0.9.1-4

Hi,

mod_cas is waiting indefinitely for a lock with apache worker.

I suggest to make it conflict with apache2-mpm-worker. But as this is
a transitionnal package now, I propose the following snipset in
postinst:


if [ -f /etc/apache2/mods-enabled/mpm_worker.load  ]; then
    echo 'Using mpm worker which can lock with mod_auth_cas. Changing
to mpm_prefork'
    a2dismod -q mpm_worker
    a2enmod -q mpm_prefork
fi


Ref: http://comments.gmane.org/gmane.comp.java.jasig.cas.user/24169

Regards
-- 
Mathieu Parent



More information about the Pkg-cas-maintainers mailing list