mod_perlite icon indicating copy to clipboard operation
mod_perlite copied to clipboard

A lightweight Apache module for Perl scripts

Results 10 mod_perlite issues
Sort by recently updated
recently updated
newest added

Hi. I re-forked mod_perlite for fixing support of win32.

I was provisioned a brand new (dv) instance at mediatemple. It is a CentOS 5.2 (final) OS. I have upgraded all yum packages and even have gotten mod_perlite to function...

I compiled and installed mod_perlite succesfully, but it does not work. I configured it as told: AddHandler application/x-httpd-perlite .pl AddType application/x-httpd-perlite .pl I made sure the module loads; but whenever...

It is very handy when a module leaves some artifact in the log file indicating that they were loaded properly. Can we do something like that?

I get this when trying to run ./Build. I am using macports and have Apache2 installed. byrne-reeses-macbook:sodabrew-mod_perlite-080fe20 breese$ sudo ./Build /usr/bin/gcc-4.2 -c mod_perlite.c -fPIC -g -ggdb -DMP_SYS_DL_DLOPEN=1 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp...

Ok, so this is what is happening. In my docroot I have a test.cgi that is properly being run through mod_perlite. When I try to access Movable Type at http://72.47.209.76/mt/mt.cgi...

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...

I am using the Apache mod_setenv to set an environment varibable in order to get MT running under mod_perlite. The mt.pl script looks like this: ``` use strict; use lib...

I am trying to get Movable Type running under mod_perlite. The mt.pl script looks like this: ``` use strict; use lib $ENV{MT_HOME} ? "$ENV{MT_HOME}/lib" : 'lib'; use MT::Bootstrap App =>...

[breese@majordojo mod_perlite]$ ./Build 2>&1 Package apr-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `apr-1.pc' to the PKG_CONFIG_PATH environment variable No package 'apr-1'...