cvs commit: modperl-2.0/xs/Apache/Module Apache__Module.h

2002-12-12 Thread stas
stas2002/12/12 00:43:38 Modified:xs/Apache/Module Apache__Module.h Log: prevent segfaults, when scfg is NULL Revision ChangesPath 1.8 +2 -1 modperl-2.0/xs/Apache/Module/Apache__Module.h Index: Apache__Module.h

cvs commit: modperl-2.0/t/response/TestDirective perlloadmodule2.pm

2002-12-12 Thread stas
stas2002/12/12 00:44:59 Modified:t/response/TestDirective perlloadmodule2.pm Log: tidy up Revision ChangesPath 1.4 +1 -3 modperl-2.0/t/response/TestDirective/perlloadmodule2.pm Index: perlloadmodule2.pm

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

2002-12-12 Thread stas
stas2002/12/12 02:12:41 Modified:src/modules/perl modperl_module.c Log: handle correct perlmodules (directives) with vhosts: - handle gracefully cases when things are undef/NULL - handle the case when scfg==NULL, by stealing the base_servers's config Revision Changes

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