Selecting a PHP Handler for Apache

PHP handlers are a link between a webserver(say Apache) and the PHP libraries. PHP handlers enable a webserver to load the PHP library in a certain manner and execute the PHP code and return the output to the webserver. There are many different kind of PHP handler setups available. Each has its own advantages and … Continue reading Selecting a PHP Handler for Apache