The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

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

      # mount an application set
      mount_appset PApp "default";

      # mandatory for Apache
      configured PApp; # mandatory
   </Perl>

DESCRIPTION

This module interfaces PApp to the Apache web browser, version 1.

SEE ALSO

PApp.

AUTHOR

 Marc Lehmann <schmorp@schmorp.de>
 http://home.schmorp.de/