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


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to