Tag Archives: apache

How to Check if Apache is Running Prefork or Worker

Today I want to change some settings on one of my server. But when to change I didn’t know if it’s prefork or worker module at the power of my apache. So what to tune ? Well this information is compile in Apache and is not loaded as module. So if you want to find [...]

mod_auth_mysql Apache with cPanel

Overview: mod_auth_mysql is an Apache module that allows authentication using user and group data stored in MySQL databases. Originally by Vivek Khera for Apache1, now also includes a version for Apache 2. Official SourceForge Project website http://sourceforge.net/projects/modauthmysql/