PHP is an important part of your cPanel server. One aspect of PHP’s configuration that can be overlooked is the PHP handler. The PHP handler is the specific implementation of PHP on your server that interfaces with Apache. On a cPanel server, there are four main PHP Handlers:
- DSO
- CGI
- FastCGI
- SuPHP
Each has a distinct way of processing PHP code. One or the other may be the best fit for your server.
Related Articles


