suphp

  1. K

    FastCGI, suPHP, and mod_php: What are They?

    When external applications interact with web server, they usually don’t do it directly. There are protocols in place that make it happen. The reason being safety and speed. But for the same function, there are multiple available options. As PHP handlers, FastCGI, suPHP, and mod_php are all...
  2. bhawanisingh

    How to check PHP handler in cPanel/WHM ?

    PHP handler : A PHP handler defines the method that Apache uses to communicate back and forth with PHP scripts. A php handler loads the php modules and that determines how the php pages loaded on the server. Different types of available PHP handlers are suPHP, DSO, CGI FastCGI. On Linux server...
  3. J

    what is PHP handler and brief description of php handler

    PHP handlers: PHP handlers are the certain types of programs that load the PHP codes library on your Apache web server. PHP handlers see how these libraries are being loaded on the server. If you want to run a website with Php script then you need to execute the PHP codes on server. Or in other...
Top