« Return to all random blog posts
How to tell if Apache2 is running in MPM - Prefork
Apache2 needs to be running in pre-fork mode for certain things like persistant database connections to work correctly# /usr/local/apache2/bin/httpd -V|grep MPM
Server MPM: Prefork



Comments:
Show comments