fastcgi

  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...
Top