dougm 01/03/14 23:43:14
Modified:src/modules/perl modperl_mgv.c modperl_pcw.c modperl_pcw.h
Log:
try to use names with more meaning
Revision ChangesPath
1.5 +6 -6 modperl-2.0/src/modules/perl/modperl_mgv.c
Index: modperl_mgv.c
dougm 01/03/14 23:21:14
Modified:src/modules/perl modperl_config.c
Log:
make per-dir merger do something more useful
Revision ChangesPath
1.24 +16 -6 modperl-2.0/src/modules/perl/modperl_config.c
Index: modperl_config.c
=
dougm 01/03/14 23:11:37
Modified:src/modules/perl modperl_config.c
Log:
need to merge threaded_mpm value
Revision ChangesPath
1.23 +1 -0 modperl-2.0/src/modules/perl/modperl_config.c
Index: modperl_config.c
=
dougm 01/03/14 23:04:41
Modified:src/modules/perl modperl_callback.c modperl_config.c
modperl_config.h modperl_interp.c modperl_types.h
Log:
support "PerlInterpLifetime handler"
Revision ChangesPath
1.29 +3 -5 modperl-2.0/src/modules/p
dougm 01/03/14 22:12:14
Modified:src/modules/perl modperl_mgv.c
Log:
duh, ap_pcw_walk_config already iterates over all servers,
so deal with module reloading for VirtualHosts with 'PerlOptions +Parent'
inside modperl_hash_handlers()
Revision ChangesPath
1.4 +
dougm 01/03/14 21:42:15
Modified:src/modules/perl modperl_callback.c
Log:
no need to dup a non-parsed handler in a non-threaded mpm
Revision ChangesPath
1.28 +8 -5 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
==
dougm 01/03/14 21:39:09
Modified:src/modules/perl modperl_callback.c modperl_callback.h
modperl_filter.c modperl_mgv.c modperl_mgv.h
Log:
VirtualHosts configured with 'PerlOptions +Parent' need to have autoloaded
modules required into their own namespace
dougm 01/03/14 20:34:04
Modified:src/modules/perl mod_perl.c modperl_interp.c
Log:
need to PERL_SET_CONTEXT to parent perl in non-threaded mpms
give a little more trace info about interpreters in virtual hosts
Revision ChangesPath
1.36 +3 -2 modperl-2.0/src
dougm 01/03/14 18:17:36
Modified:src/modules/perl mod_perl.c modperl_apache_includes.h
modperl_config.c modperl_interp.c modperl_types.h
Log:
if mpm is not threaded, dont create any clones, use the server parent Perl to serve
requests
Revision Change
dougm 01/03/14 17:55:44
Modified:src/modules/perl mod_perl.c modperl_gtop.c modperl_gtop.h
Log:
fixes to compile without MP_TRACE
Revision ChangesPath
1.34 +2 -0 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
dougm 01/03/14 17:47:00
Modified:src/modules/perl mod_perl.c
Log:
need to tear down interpreter in non-ithreads mode
Revision ChangesPath
1.33 +21 -0 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
=
dougm 01/03/14 17:26:18
Modified:src/modules/perl modperl_mgv.c modperl_perl_includes.h
Log:
fixes to compile with non-ithreads 5.6.0 Perl
Revision ChangesPath
1.2 +3 -1 modperl-2.0/src/modules/perl/modperl_mgv.c
Index: modperl_mgv.c
=
dougm 01/03/14 10:32:13
Modified:lib/ModPerl Code.pm
Log:
generate modperl_handler_lookup() function for mapping Perl*Handler strings to
integer value
Revision ChangesPath
1.44 +56 -2 modperl-2.0/lib/ModPerl/Code.pm
Index: Code.pm
=
dougm 01/03/14 09:38:30
Modified:lib/ModPerl Code.pm
src/modules/perl modperl_callback.h
Log:
generate MP_HANDLER_TYPE_* defines
Revision ChangesPath
1.43 +7 -0 modperl-2.0/lib/ModPerl/Code.pm
Index: Code.pm
=
dougm 01/03/14 09:28:07
Modified:src/modules/perl modperl_callback.c modperl_callback.h
Log:
canonicalize MP_HANDLER_TYPE_ names
Revision ChangesPath
1.26 +17 -15modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
=
dougm 01/03/14 00:22:51
Modified:src/modules/perl mod_perl.c modperl_config.c
modperl_config.h modperl_interp.c modperl_types.h
Log:
allow PerlInterpLifetime to be per-dir for subrequest and request lifetime
Revision ChangesPath
1.32 +3 -3
16 matches
Mail list logo