suEXEC capable suffixes are : "php, php4, php5, php53, phtml, php6, fastphp". avoid "php52".
lsphp52 -> 5.2.x
lsphp53 -> 5.3.x
lsphp54 -> 5.4.x
The only one that would actually work now is the default one (php -> lsphp5) or php53 (lsphp53).
We either need a way to edit what extensions are suEXEC capable, or it should, by default, include the logical extensions:
php
php5
php51
php52
php53
php54
php6 (which isn't even available yet, as 5.4.1 is the latest release right now)
...
Please advise.