perl -MApache::MyConfig -MData::Dumper -e 'print Dumper
\%Apache::MyConfig::Setup'
reports
$VAR1 = {
'PERL_URI_API' => '1',
'PERL_CHILD_EXIT' => '1',
'PERL_ACCESS' => '1',
'APXS' => '',
'PERL_TRANS' => '1',
'PERL_AUTHZ' => '1',
'PERL_LOG' => '1',
'PERL_INIT' => '1',
'PERL_POST_READ_REQUEST' => '1',
'PERL_METHOD_HANDLERS' => '1',
'PERL_LOG_API' => '1',
'PERL_AUTHEN' => '1',
'PERL_TABLE_API' => '1',
'PERL_FIXUP' => '1',
'SSL_BASE' => '',
'PERL_CLEANUP' => '1',
'PERL_UTIL_API' => '1',
'PERL_TYPE' => '1',
'PERL_DISPATCH' => '1',
'PERL_RESTART' => '1',
'PERL_CHILD_INIT' => '1',
'PERL_DIRECTIVE_HANDLERS' => '1',
'PERL_STACKED_HANDLERS' => '1',
'PERL_USELARGEFILES' => '1',
'PERL_HEADER_PARSER' => '1',
'PERL_FILE_API' => '1',
'Apache_Src' => '../apache_1.3.19/src',
'PERL_CONNECTION_API' => '1',
'PERL_SERVER_API' => '1',
'PERL_HANDLER' => '1'
};
which indicates there's no PERL_SSI compiled in. However there clearly
is because it was compiled with EVERYTHING=1 and this
<html>
<head>
</head>
<body>
<!--#perl arg="Hello" arg="SSI" arg="World"
sub="sub {
my($r,@args) = @_;
print qq(@args);
}"
-->
</body>
</html>
generates
Hello SSI World
Could the following Q&A be added to the FAQ?
Q: How can I find out the capabilites of a mod_perl installation?
A: perl -MApache::MyConfig -MData::Dumper -e 'print Dumper
\%Apache::MyConfig::Setup'
hth,
paul
--
Paul Sharpe Tel: +44 (20) 7407 5557
Miraclefish Ltd. Fax: +44 (20) 7378 8711
Studio 12 mailto:[EMAIL PROTECTED]
37 Tanner Street http://www.miraclefish.com/
London SE1 3LF
UNITED KINGDOM
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]