Sean Kelly wrote:

> Long story short, I started out looking for a way to have Apache
> automatically append a standard footer to the bottom of pages whether
> html, php, cgi or other files/locations that I matched. Searching
> around, I found that Apache::Sandwich was probably a decent way to
> accomplish this. One problem: I’m running Apache 2.0.54 and mod_perl2:
> no Apache::Sandwich for me.

It sounds like you may want an output filter, rather than a content
handler; have you looked at mod_include?

http://httpd.apache.org/docs/2.0/filter.html


If you decide to write your own filter, here is a good place to start:

http://perl.apache.org/docs/2.0/user/handlers/filters.html
-- 
__________________________________________________________________
 Garrison Hoffman         Codefix Consulting       1.718.210.3445
 [EMAIL PROTECTED]     http://codefix.net/      1.866.456.0584

Reply via email to