Free Writing Filters for Apache 2.0 Tutorial

Feb
08

Writing Filters for Apache 2.0

Posted by admin

This article will cover some of the basic concepts of Apache filters. In my next column, I’ll walk you through creating a filter. In the column after that, I will apply the same concepts toward writing an input filter.Standard FiltersFilters work because the Apache developers consider Web pages as chunks of information. In general, we don’t care what those chunks look like or how they are stored on the server. In Apache filter terminology, each chunk is stored in a bucket, and list 
continue >>

Tags:

Add A Comment