This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
Build.PL | Wed Oct 14 16:01:15 -0700 2009 | |
| |
Changes | Sat Oct 10 10:45:12 -0700 2009 | |
| |
Makefile.w32 | Sat Oct 10 10:45:12 -0700 2009 | |
| |
README | Sat Oct 10 10:45:12 -0700 2009 | |
| |
TODO | Sat Oct 10 12:38:38 -0700 2009 | |
| |
lib/ | Wed Oct 14 08:07:22 -0700 2009 | |
| |
mod_perlite.c | Wed Oct 14 16:21:17 -0700 2009 | |
| |
mod_perlite.conf | Sun Nov 04 22:24:16 -0800 2007 | |
| |
mod_perlite.h | Sat Oct 10 02:02:45 -0700 2009 | |
| |
t/ | Wed Oct 14 09:25:06 -0700 2009 |
README
mod_perlite version 0.10
========================
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-2009 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.







