On Mon, 2 Oct 2000, Ken Williams wrote:

ken, i have a feature request too :)  i would like to be able to test if
mod_include is linked static with httpd, otherwise Makefile.PL will
disable PERL_SSI.  a hash of parsed `httpd -l`, something like:

my $static_modules = Apache::test->http_static_modules;

if ($static_modules->{mod_include}) {
    ...
}

thanks!

Reply via email to