The Register® — Biting the hand that feeds IT

A look at Apache modules

James Dennis

Documentation Severely Lacking 

"So for the first time you have a more than just the source code and a handful of ad-hoc materials to help upgrade your LAMP and application server skills!"

Very true! The Apache web server is very powerful and extensible however when I first came to implement a module I found the documentation seriously lacking for anything but the basic cases.

Deepak Vohra

PHP 5 Module 

We demonstrated the loading of the PHP 5 module in the PHP/DB2 article.

# For PHP 5

LoadModule php5_module "C:/PHP/php5apache2.dll"

AddType application/x-httpd-php .php

http://www.regdeveloper.co.uk/2006/08/09/db2_udb_part2/