[BlueOnyx:18325] Re: HTTPD won't start

Michael Stauber mstauber at blueonyx.it
Fri Sep 4 16:34:15 -05 2015


Hi RC,

> Is one better then the suphp or PHP_FRM

The ones that I recommend (in this order):

1. PHP-FPM

Excellent speed. Good security. Some hassles with mod_rewrite rules at
the moment. Allows you to pick your PHP version individually for each Vsite.

2.) DSO + mod_ruid2

Pretty compatible way of running PHP. Also very secure. But needs to run
with the "default" PHP version configured for the server. Speed wise? On
par or faster than PHP-FPM.

3.) suPHP

Secure, but considerably slower than any other method. Allows you to
pick the PHP version individually for each Vsite.

All in all? PHP-FPM usually offers the best flexibility, speed and security.

-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list