in reply to Re^6: Apache Registry with Server Side Includes
in thread Apache Registry with Server Side Includes

Well, that was worth a try. Explicitly setting it to plus had no noticeable effect; however, setting it to "minus" wreaked havoc. Will post over on the mod_perl list - they may be able to offer additional advice.
  • Comment on Re^7: Apache Registry with Server Side Includes

Replies are listed 'Best First'.
Re^8: Apache Registry with Server Side Includes
by Anonymous Monk on Jan 02, 2012 at 20:49 UTC
      Yes, the error and host logs always have a tail on them. Also, the actual registry script that is being debugged contains:

      # Debug / Logging our $debug = 1; use CGI::Carp qw(name=XXX); local $SIG{__WARN__} = \&Carp::cluck; # Begin use strict; use warnings; use diagnostics; ...

      Open to more suggestions... Thanks!

        Open to more suggestions... Thanks!

        Um, what happened? What was the output? How did the cgi-bin output differ from mod_perl?