• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk php + MPM support

J

JarekG

Guest
Hi,

Is there any way to run PHP with MPM support. I need to use worker multi thread in apache but it doesn't want to start because PHP is without MPM support.

Any ideas ?

Regards,
Jarek
 
last time I checked (which wasnt recently) they hadnt updated that patch for 5.2.9, I did have MPM in the 5.2.8 PHP rpms. You could always try running those
 
Hi,

Thank you for your reply.

Do those RPM's are supported by Parallels ? Because on test server I've tried to compile from scratch php 5.2.9 and some functions from PEAR basicaly stopped working because I had no sources to compile these modules. When I've downloaded those soures PHP compilation just crashed on one of those modules.

Ahh.. and unfortunately I can't change PHP version from 4 to 5.

Regards,
Jarek
 
Last edited by a moderator:
There are a lot of ways to build PHP, and as you've noticed, not all of them are the right way :p

My company Atomicorp supports those PHP packages, if you have a problem with them please let me know here or through support@atomicorp.com and we will get it fixed.
 
Hi ;).

Can you disclose some hints from that mistery ? I really would like to do it on my own for satisfaction ;).

Regards,
Jarek
 
Off the top of my head, stick with a modular design, *especially* if you use a lot of pecl classes. Static builds will at best require restarts, and at worst will prevent them from working at all. Don't do source builds, stick with rpm based ones. Keep your build environment clean (I recommend using mock, but a dedicated build system would work too). Make a test suite if you can for common functions, its easy to make subtle mistakes.
 
Back
Top