Shizzle

My little notebook

How to find out if you are running Apache mpm-prefork or mpm-worker

December 7, 2011

I struggled with this today whilst trying to figure out Apache’s config options.

On Ubuntu you can do the following:

$ dpkg --get-selections |grep apache
apache2						install
apache2-mpm-prefork				install
apache2-prefork-dev				install
apache2-utils					install
apache2.2-bin					install
apache2.2-common				install
libapache2-mod-php5				install
libapache2-mod-wsgi				install

This tells me that I have mpm-prefork.

Filed under: Mixed

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">