cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c

2002-12-12 Thread stas
stas2002/12/12 03:45:26 Modified:src/modules/perl modperl_cmd.c Log: handle correctly the switches, when the server starts early. e.g., a sample config at the base server's level: PerlLoadModule Foo PerlSwitches -Iwhatever When PerlLoadModule returns, mod_perl is st

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c modperl_handler.c

2002-10-07 Thread dougm
dougm 2002/10/07 08:45:52 Modified:lib/Apache PerlSection.pm src/modules/perl modperl_cmd.c modperl_handler.c Log: Submitted by: gozer Reviewed by: dougm support APR::Table tie in modperl_handler_make_args Revision ChangesPath 1.3 +1 -2 m

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c

2002-09-04 Thread dougm
dougm 2002/09/04 20:31:45 Modified:src/modules/perl modperl_cmd.c Log: need to free args in modperl_cmd_perl Revision ChangesPath 1.28 +2 -0 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cmd.c ===

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c

2002-08-27 Thread dougm
dougm 2002/08/27 20:12:46 Modified:src/modules/perl modperl_cmd.c Log: use ap_strstr_c instead of strstr to avoid a warning Revision ChangesPath 1.27 +1 -1 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cmd.c

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c modperl_cmd.h mod_perl.c mod_perl.h

2002-08-26 Thread dougm
dougm 2002/08/26 21:26:54 Modified:src/modules/perl modperl_cmd.c modperl_cmd.h mod_perl.c mod_perl.h Log: add LoadModule directive to support directive handlers Revision ChangesPath 1.26 +27 -0 modperl-2.0/src/modules/perl/modperl_cmd.

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c

2002-08-25 Thread dougm
dougm 2002/08/25 16:04:55 Modified:src/modules/perl modperl_cmd.c Log: need to use scfg->mip->parent->perl rather than modperl_interp_select() to handle Perl{Require,Module} and when mod_perl is already running. Revision ChangesPath 1.25 +11 -6 modperl-2.0/

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c

2002-05-18 Thread dougm
dougm 02/05/18 19:31:16 Modified:src/modules/perl modperl_cmd.c Log: use apr_table_{set,add}n to avoid extra copy in modperl_cmd_{set,add}_var Revision ChangesPath 1.21 +2 -1 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cmd.c =

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c modperl_config.c modperl_types.h modperl_util.c

2002-05-18 Thread dougm
dougm 02/05/18 19:10:13 Modified:src/modules/perl modperl_cmd.c modperl_config.c modperl_types.h modperl_util.c Log: not sure why the 1.x [sd]cfg->vars name was renamed to SetVar, but it shouldn't have been. Revision ChangesPath 1.19 +4 -

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c

2002-05-18 Thread dougm
dougm 02/05/18 18:57:58 Modified:src/modules/perl modperl_cmd.c Log: fix $r->dir_config; per-dir values are *always* set, per-server is only set if parms->path == NULL Revision ChangesPath 1.18 +12 -10modperl-2.0/src/modules/perl/modperl_cmd.c Index: mo

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c

2002-05-12 Thread dougm
dougm 02/05/12 20:20:09 Modified:src/modules/perl modperl_cmd.c Log: fix PerlSetEnv on win32 when keys have lowercase characters Revision ChangesPath 1.17 +8 -0 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cmd.c ===