Apache mpm-itk Performance

Posted by Matt Beckman on Server Fault See other posts from Server Fault or by Matt Beckman
Published on 2011-02-28T23:19:58Z Indexed on 2011/02/28 23:26 UTC
Read the original article Hit count: 285

Filed under:
|

I manage a bunch of VPSs with memory ranging from 1GB to 8GB. Most of these websites are Joomla websites, and the servers must support multiple sites/users/S-FTP. I use mpm-itk almost exclusively (mostly due to it's convenience in these shared environments). However, I'm aware it isn't known for performance, so I need some advice on making it faster.

Due to the lack of documentation when I first went the way of mpm-itk, I included only one setting in the config, and that was to limit each user to 50 clients (the rest I left up to defaults):

<IfModule mpm_itk_module>
    MaxClientsVHost     50
</IfModule>

Are there any better alternatives available? Are there any settings supported in mpm-prefork or mpm-worker that are also supported in mpm-itk?

Thanks!

© Server Fault or respective owner

Related posts about apache

Related posts about Performance