sodabrew / mod_perlite

A lightweight Apache module for Perl scripts
http://modperlite.org/
86 stars 7 forks source link

Set MOD_PERLITE environment variables #6

Open byrnereese opened 14 years ago

byrnereese commented 14 years ago

For apparent symmetry with mod_perl, I wonder if it makes sense to seed the environment with info about mod_perlite. For example mod_perl apparently sets these variables:

MOD_PERL => mod_perl/2.0.4
MOD_PERL_API_VERSION => 2

Perhaps we should set:

MOD_PERLITE => mod_perlite/0.1
byrnereese commented 14 years ago

This is a bug logged in error. Mod_perlite was not being invoked as mod_perl was directed to process .pl files.

byrnereese commented 14 years ago

This is not a bug.