Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^6: Apache Registry with Server Side Includes

by Eliya (Vicar)
on Jan 02, 2012 at 19:51 UTC ( [id://945959]=note: print w/replies, xml ) Need Help??


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

Hmm.  Are you sure cou haven't disabled SetupEnv somewhere (e.g. globally)?  It should be "on" by default, but maybe try enabling it explicitly:

... PerlOptions +SetupEnv

Replies are listed 'Best First'.
Re^7: Apache Registry with Server Side Includes
by bbfan (Novice) on Jan 02, 2012 at 20:35 UTC
    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.
        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!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://945959]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-24 18:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found