On 07/08/2014 11:36 AM, John Breen wrote:
> I was able to resolve my immediate problem with:
>
> $ sudo a2dismod mpm_event
> $ sudo a2enmod mpm_worker
> $ sudo service apache2 restart 

It looks like mpm_prefork is actually the supported module. Although, I 
didn't run into any problems with worker yet. So it should be:

$ sudo a2dismod mpm_event
$ sudo a2enmod mpm_prefork
$ sudo service apache2 restart

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Cosign-discuss mailing list
Cosign-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cosign-discuss

Reply via email to