Daniel Peder > DynaPage-Apache2-0.90 > DynaPage::Apache

Download:
DynaPage-Apache2-0.90.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

DynaPage::Apache - Apache2 mod_perl handler for DynaPage::Document

 #------------------------------------------------------
 # (C) Daniel Peder & Infoset s.r.o., all rights reserved
 # http://www.infoset.com, Daniel.Peder@@infoset.com
 #------------------------------------------------------
 $Revision: 1.7 $
 $Date: 2005/01/13 21:29:56 $

SYNOPSIS ^

 ...Apache2 config 
 
 PerlModule DynaPage::Apache

  <IfModule mod_perl.c>
  ...
    <Files ~ "\.info$">
     SetHandler perl-script
     PerlResponseHandler DynaPage::Apache
     PerlOptions +ParseHeaders
     Options +ExecCGI
    </Files>
  ...
  </IfModule>
 
 ...Apache2 config

DESCRIPTION ^

METHODS ^

handler ( $apache_request_object )
FastDebugDump ( )

Only for development debuging

AUTHOR ^

 Daniel Peder

 <Daniel.Peder@@Infoset.COM>
 http://www.infoset.com

SEE ALSO ^

        DynaPage::Document DynaPage::Sourcer DynaPage::Template