Free Apache Modules Tutorial

Feb
08

Apache Modules

Posted by admin

One of the biggest advantages of Apache over other web servers is how easy it is to write powerful modules. Apache has usedmodules since version 1.0 to implement everything but serving basic, static files. Because Apache itself used modulesfor everything, modules need to have access toevery stage of serving a request. Modules have, however, alwayssuffered from one major flaw. Modules have always been solitary entities. If two modulesboth have to do the same operation, they both n 
continue >>

Tags:

Add A Comment