NAME

PApp::Apache - multi-page-state-preserving web applications

SYNOPSIS

#   Apache's httpd.conf file
#   mandatory: activation of PApp
PerlModule PApp

# configure the perl module
<Perl>
   search_path PApp "/root/src/Fluffball/macro";
   search_path PApp "/root/src/Fluffball";
   configure PApp (
      cipherkey => "f87a1b96e906bace04c96dbe562af9731957b44e4c282a1658072f0cbe6ba440",
      pappdb    => "DBI:mysql:papp",
      checkdeps => 1,
   );

   # mount an application (here: dbedit.papp)
   mount PApp (
      location => "/dbedit",
      src => "dbedit.papp"
   );
   configured PApp; # mandatory
</Perl>

DESCRIPTION

SEE ALSO

PApp.

AUTHOR

Marc Lehmann <pcg@goof.com>
http://www.goof.com/pcg/marc/