From: Jeff <je...@ba...> - 2001-10-17 20:41:01
|
On Wed, Oct 17, 2001 at 03:06:59PM -0500, Techwolf wrote: > Already doing that. mod_perl is running. How does one tell if IDS is using it? If IDS's .pl scripts are not explicitly set to use Apache::Registry (via RegistryLoader or PerlRun) in httpd.conf then IDS would not be using modperl. I can typically just tell if a script is using modperl by how fast it executes. You can also check in the script for the presence of the modperl environmental variable that is set in that environment (I can't remember the exact name of it). You can also use the perl-status module to tell if the script and/or modules are preloaded. Jeff |