On Fri, 21 Feb 2003, [iso-8859-1] fabio rohrich wrote: > We spoke long time about filtering in apache 1.3. > So far, I decided to write mod_blanks as a filter for > apache 2.x, even if I wrote a large part for apache
Glad you saw the light. ;) It'll be much easier with 2.0. > Anyway,any suggestion on some modules for apache 2.x > that filter the output (I need to modify the html). > And, where can I find some docs (therei s only the > famous faq?)? You're going to have to learn about filters and bucket brigades if you haven't already. Go read the slides from Greg Ames's talk on filters and my talk on bucket brigades from ApacheCon 2002. Filters: The slides are available on apachecon.com if you have an account there (does viewing them require having attended the conference? I don't know). Greg, if you don't mind, could you post them somewhere more generally-accessible? Like on http://www.apache.org/~gregames/ would be cool. =) Oh, and are the doxygen docs for httpd available on httpd.apache.org anywhere? A `find` on daedalus didn't reveal them. If not, we should fix that. In the meanwhile, a slightly old version is available on http://www.schumann.cx/docs/httpd/. Bucket brigades: My slides are available via my apache.org website. They're quite comprehensive and are the best available documentation other than the actual API docs. http://www.apache.org/~jwoolley/bucketbrigades/ http://apr.apache.org/docs/apr-util/ > And, last thing, the whole collection of mail of this > list, whereis it? http://marc.theaimsgroup.com/ is the best resource I know of.