dougm 02/02/20 17:45:34
Modified:lib/ModPerl Code.pm
src/modules/perl mod_perl.c modperl_callback.c
modperl_callback.h modperl_types.h
Log:
adjust to pre_connection hook prototype change.
not supporting PreConnection handler for the moment.
dougm 01/09/17 16:36:36
Modified:lib/ModPerl Code.pm
src/modules/perl mod_perl.c modperl_callback.c
modperl_config.c
Log:
s/Enabled/Enable/g for the PerlOption
Revision ChangesPath
1.67 +2 -2 modperl-2.0/lib/ModPerl/Code
dougm 01/04/05 19:18:16
Modified:src/modules/perl mod_perl.c modperl_callback.c modperl_cmd.c
modperl_cmd.h modperl_config.c modperl_interp.c
modperl_interp.h modperl_types.h
Log:
rename PerlInterpLifetime to PerlInterpScope
Rev
dougm 01/03/15 21:08:15
Modified:lib/ModPerl Code.pm
src/modules/perl mod_perl.c modperl_callback.c
modperl_callback.h
Log:
use proper prefix for all modperl_callback_ functions
Revision ChangesPath
1.46 +1 -1 modperl-2.
dougm 01/03/13 21:22:51
Modified:src/modules/perl mod_perl.c modperl_callback.c
modperl_config.c modperl_config.h modperl_interp.c
modperl_types.h modperl_util.h
Log:
add PerlInterpLifetime directive
default is request, when set to
dougm 00/06/12 12:37:28
Modified:lib/ModPerl Code.pm
src/modules/perl mod_perl.c modperl_callback.c
Log:
allow vhosts to disable mod_perl
Revision ChangesPath
1.29 +9 -4 modperl-2.0/lib/ModPerl/Code.pm
Index: Code.pm
dougm 00/04/27 14:42:26
Modified:lib/ModPerl Code.pm
src/modules/perl mod_perl.c modperl_callback.c
modperl_callback.h modperl_config.c
modperl_config.h modperl_interp.c modperl_interp.h
modperl_typ