[See the pod docs in the module for more details]

NAME
 Apache::ProxyStuff - mod_perl header/footer/proxy module

SYNOPSIS
 <Location /foo>
  SetHandler      perl-script
  PerlHandler     Apache::ProxyStuff
  PerlSetVar      HeaderFile    http://www.bar.com:81/includes/header.html
  PerlSetVar      FooterFile    http://www.bar.com:81/includes/footer.html
  PerlSetVar      BodyAttributes  "TOPMARGIN=0 LEFTMARGIN=0 MARGINHEIGHT=0"
  PerlSetVar      ProxyPrefix http://www.foo.com
 </Location>


DESCRIPTION
 Apache::ProxyStuff is module for adding headers and
 footers to content proxied from other web servers. Rather
 than sandwiching the content between the header and footer
 it "stuffs" the header and footer into their correct
 places in the content -- header after the <BODY> tag and
 footer before the </BODY> tag. This allows you to give
 content living on established servers a common look and
 feel without making changes to the pages.

 ProxyStuff also allows you to add attributes to the <BODY>
 tag and manipulate links, image refs and form actions as
 needed.

---
Jason Bodnar + [EMAIL PROTECTED] + Tivoli Systems

I strive for greatness but will settle for mediocrity. -- Jason Bodnar

Reply via email to