stas2002/12/13 02:58:40
Modified:perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm
src/modules/perl modperl_module.c
Log:
tidy up
Revision ChangesPath
1.59 +1 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigPerl.pm
In
stas2002/12/12 20:40:32
Modified:src/modules/perl modperl_module.c
Log:
make sure that the vars declaration comes before any code, apparently gcc
3.2's default is to allow the new ansi C extension to allow declarations
anywhere in the code.
Submitted by: "Philippe M. Chiass
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
dougm 2002/09/05 11:05:52
Modified:src/modules/perl modperl_module.c
Log:
automate SvREFCNT-ing used with modperl_module_cmd_fetch a bit
Revision ChangesPath
1.7 +9 -7 modperl-2.0/src/modules/perl/modperl_module.c
Index: modperl_module.c
=
dougm 2002/08/28 21:32:50
Modified:src/modules/perl modperl_module.c
Log:
lookup {DIR,SERVER}_CREATE methods once per module
Revision ChangesPath
1.5 +22 -18modperl-2.0/src/modules/perl/modperl_module.c
Index: modperl_module.c
=
dougm 2002/08/27 12:10:08
Modified:src/modules/perl modperl_module.c
Log:
adjustments to compile with -DAP_HAVE_DESIGNATED_INITIALIZER
Revision ChangesPath
1.2 +57 -40modperl-2.0/src/modules/perl/modperl_module.c
Index: modperl_module.c
===
dougm 2002/08/26 21:21:20
Added: src/modules/perl modperl_module.c modperl_module.h
Log:
module to create an apache module on the fly to support directive handlers
Revision ChangesPath
1.1 modperl-2.0/src/modules/perl/modperl_module.c
Index: mod