> move modperl_env_default_populate to where it was before (after
> modperl_env_table_populate), so that GATEWAY_INTERFACE will be
> CGI-Perl/1.1 and not CGI/1.1.
whoops - I probably moved that at some point and didn't realize it.
once we get the other issue sorted out, I'll specifically a
stas2004/02/13 20:50:32
Modified:src/modules/perl modperl_env.c
Log:
move modperl_env_default_populate to where it was before (after
modperl_env_table_populate), so that GATEWAY_INTERFACE will be
CGI-Perl/1.1 and not CGI/1.1.
Revision ChangesPath
1.31 +6 -3
stas2003/09/22 16:29:52
Modified:src/modules/perl modperl_env.c modperl_env.h
Log:
add modperl_env_request_unpopulate and supporting function, to be able to
delete entries from %ENV populated for the request due to
SetupEnv/perl-script.
Revision ChangesPath
1.29
stas2003/09/22 16:25:54
Modified:src/modules/perl modperl_env.c
Log:
tracing, here I come
Revision ChangesPath
1.28 +103 -4modperl-2.0/src/modules/perl/modperl_env.c
Index: modperl_env.c
=