News Archive (1999-2012) | 2013-current at LinuxGizmos | Current Tech News Portal |    About   

Connecting middleware to Apache 2.0 [IBM developerWorks]

Sep 22, 2002 — by LinuxDevices Staff — from the LinuxDevices Archive — 2 views

Apache became the most popular Web server in part because of the rich availability of third-party extensions for the server, and because its open architecture made it quite easy to roll your own extensions. Of course, nothing is ever just easy enough, so in developing Apache 2.0, one of the main goals was to improve the Apache API to make it even easier to develop extensions.

This article at IBM's developerWorks website goes through the set up, gives a demonstration of a simple output filter, and illustrates the new API by example. In developing Apache 2.0, one of the main goals was to improve the Apache API to make it even easier to develop extensions. One key change was to specialize a very common selection of typical extension modules, and make developing this specialized subset even easier. (Sniplets of code included)

Read full story

 
This article was originally published on LinuxDevices.com and has been donated to the open source community by QuinStreet Inc. Please visit LinuxToday.com for up-to-date news and articles about Linux and open source.



Comments are closed.