Hi,

with MP_TRACE=1 and Perlin logs/error_log Trace all in httpd.conf

In logs/error_log
modperl_mgv_resolve: Apache2::Status's stash is not found

startup.pl is attached.

<Location /perl-status>
  SetHandler perl-script
  PerlResponseHandler Apache2::Status
  PerlSetVar StatusOptionsAll On
  PerlSetVar StatusDeparseOptions "-p -sC"
</Location>

Also, clicking 'Symbol Table Dump' gives me an Internal Server error
with NOTHING in error_log!


------------------------------------------------------ Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198 Consultant / http://p6m7g8.net/Resume/resume.shtml
use ModPerl::Util (); #for CORE::GLOBAL::exit
  
use Apache2::RequestRec ();
use Apache2::RequestIO ();
use Apache2::RequestUtil ();
  
use Apache2::ServerRec ();
use Apache2::ServerUtil ();
use Apache2::Connection ();
use Apache2::Log ();
  
use APR::Table ();
  
use ModPerl::Registry ();
  
use Apache2::Const -compile => ':common';
use APR::Const -compile => ':common';
  
1;

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to