I have (silly) question. For some time it has been possible to select different PHP handlers with DirectAdmin, which is really great.
You have the choice of the following PHP handlers;
- mod_php
- suPHP
- lsphp
- php-fastcgi
- php-fpm
Normally we used mod_php + suPHP (with PHP 5.6 and 7.x). However this is not the best performance.
We tried php-fastcgi in the past and we had some mixed results; like some websites simply didn't work anymore and others indeed loaded faster.
Now recently we tried php-fpm and we are very happy with it so far, but is it 100% compatible with for example: mod_php & suPHP?
Because, as mentioned above, php-fastcgi, wasn't for example...
I prefer to use php-fpm, because it's really fast(er) than mod_php & suPHP in my personal opinion.
I understand that with php-fpm, php is being run as a stand-alone PHP server.
Can someone, when they are willing to, provide some insight in this. I can find information on all PHP handlers, but never a direct comparism of all handlers and if they are compatible with each other.
Thank you in advance for your time.
Regards
You have the choice of the following PHP handlers;
- mod_php
- suPHP
- lsphp
- php-fastcgi
- php-fpm
Normally we used mod_php + suPHP (with PHP 5.6 and 7.x). However this is not the best performance.
We tried php-fastcgi in the past and we had some mixed results; like some websites simply didn't work anymore and others indeed loaded faster.
Now recently we tried php-fpm and we are very happy with it so far, but is it 100% compatible with for example: mod_php & suPHP?
Because, as mentioned above, php-fastcgi, wasn't for example...
I prefer to use php-fpm, because it's really fast(er) than mod_php & suPHP in my personal opinion.
I understand that with php-fpm, php is being run as a stand-alone PHP server.
Can someone, when they are willing to, provide some insight in this. I can find information on all PHP handlers, but never a direct comparism of all handlers and if they are compatible with each other.
Thank you in advance for your time.
Regards