sodabrew / mod_perlite

A lightweight Apache module for Perl scripts

This URL has Read+Write access

name age message
file Build.PL Loading commit data...
file Changes
file README
file TODO
directory lib/
file mod_perlite.c
file mod_perlite.conf Sun Nov 04 22:24:16 -0800 2007 Seriously, svn import was not my friend. [sodabrew]
file mod_perlite.h
directory t/ Mon Dec 10 19:12:55 -0800 2007 Started the test suite. [sodabrew]
README
mod_perlite version 0.09
========================

mod_perlite is a lightweight Perl module for Apache 2.x that is
easy to install, easy to use, and compatible with the CGI spec.

Your script can find out if it is running under mod_perlite
by checking $ENV{MOD_PERLITE}, which, if present, contains the
version of mod_perlite installed.

INSTALLATION

To install this module type the following:

   perl Build.PL
   ./Build
   ./Build install

Then add the following directives to your Apache httpd.conf:

   LoadModule perlite_module    modules/mod_perlite.so
   AddType application/x-httpd-perlite .pl
   AddDirectoryIndex index.pl

The included mod_perlite.conf wraps these directives and may be
included into your httpd.conf.

DEPENDENCIES

This module requires these other modules and libraries:

  Apache >= 2.x
  Perl >= 5.8

You might have luck compiling this module with Perl 5.6, and you might
have luck installing this module into Apache 1.3. Good for you!

COPYRIGHT AND LICENCE

Copyright (C) 2007-2008 by Aaron Stone <aaron@serendipity.cx>

This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.