Posts tagged as:

fastcgi

Installing Apache With Worker MPM And PHP-FastCGI

by lifeLinux on August 28, 2011

The worker MPM uses multiple child processes with many threads each. Each thread handles one connection at a time. Worker generally is a good choice for high-traffic servers because it has a smaller memory footprint than the prefork MPM. This guide provides the process of switching from Apache’s default installation of MPM Prefork to that […]

{ 3 comments }

Nginx 413 Request Entity Too Large

by lifeLinux on August 26, 2011

I’m currently running web server using Nginx. And when i try to upload file more than 1M, i got Nginx error 403: Request entity too large. How do I fix this problem and allow file upload upto 2MB in size?

{ 0 comments }