Apache::Application::Magic

Apache::Application::Magic is a Perl module for Apache/mod_perl integration for CGI::Application::Magic.
Download

Apache::Application::Magic Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Domizio Demichelis
  • Publisher web site:
  • http://search.cpan.org/~domizio/CGI-Application-Plus-1.21/lib/CGI/Application/CheckRM.pm

Apache::Application::Magic Tags


Apache::Application::Magic Description

Apache::Application::Magic is a Perl module for Apache/mod_perl integration for CGI::Application::Magic. Apache::Application::Magic is a Perl module for Apache/mod_perl integration for CGI::Application::Magic.SYNOPSIS # use instead of CGI::Application::Magic use base 'Apache::Application::Magic'; # direct interaction with the Apache request object $r = $self->request ; %headers = $r->headers_in ; # Perl Side Include # instead of using this link http://www.yourdomain.com/cgi-bin/appScript.pl?rm=aMtFile # you can use this http://www.yourdomain.com/aMtFile.mhtmlThis module is a CGI::Application::Magic sub class that supply a perl handler to integrate your application modules with the Apache/mod_perl server.The CGI::Application::Magic module is fully mod_perl 1 and 2 compatible, but the Apache::Application::Magic module supplies an easy implementation of a sort of "Perl Side Include" (sort of easier, more powerful and flexible "Server Side Include").Note: most of the interesting reading of how organize your application module are in CGI::Application::Magic. Requirements: · pache/mod_perl 1 or 2 · Perl version >= 5.6.1 · OOTools >= 1.6 · Template::Magic >= 1.0


Apache::Application::Magic Related Software