Jie Gao wrote: > Hi All, > > I am wondering if it is possible to add a footer to dynamic pages, > server-wide, like the subject module does to static pages. > > One apparent way to me is to add another content handler, but > I am not sure how that'll work. > > Any suggestion is appreciated. > > Jie
When you say 'dynamic pages' what do you mean? Are you using standard CGI scripts under Apache::Registry? Or have you written your app as handlers? If you've written your app as a handler, then If you're going to use Multiple handlers that each contribute content to the final document (i.e. first hander processes the request and the second adds header and footer info), you should check out Apache::Filter.