Archive for the ‘Guide’ Category

suexec, php-5.1.4, fastcgi and cpanel

Thursday, August 3rd, 2006

The idea of using FastCGI first struck me on Monday. I had previously transitioned my server to use SuEXEC for PHP. Pages were loading slower than I would have liked. PHP was running as a CGI application. Each time there was a request for a page the server woud have to open a new instance of PHP. This on a VPS server is not always fast.
(more…)