How can I install both mod-perl2 and mod-php5 on Ubuntu?
Posted
by RickMeasham
on Server Fault
See other posts from Server Fault
or by RickMeasham
Published on 2010-05-18T23:55:06Z
Indexed on
2010/05/19
0:01 UTC
Read the original article
Hit count: 554
From Ubuntu's package libary, I find the two modules I need. However:
- mod-perl2 requires apache2-mpm-worker
- mod-php5 requires apache2-mpm-prefork
The two apache modules are mutually exclusive and ask me to un-install the other in order to install each. Which means I can't get a server running with both mod-perl2 and mod-php5.
Any help greatly appreciated.
© Server Fault or respective owner