News

Here's a quick tutorial on how to setup Nginx with PHP support. The key? The installation of fastCGI, aka PHP-FPM, so Nginx can serve PHP files to clients.
But for some reason, when we run the script through Apache, either through PHP's backtick or even just from cgi-bin, the CPU usage goes through the roof. <BR><BR>We also tried using nice +100 in ...