Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^8: Apache Registry with Server Side Includes

by Anonymous Monk
on Jan 02, 2012 at 20:49 UTC ( [id://945967]=note: print w/replies, xml ) Need Help??


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

Did you try some basic debugging?

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

        When the SSI called the script that was in the "cgi-bin" directory, the printout was 1..5, 1..10 and 1..30.

        When the SSI called the same script in the "mod_perl" directory, the printout was 1..5, 1..5 and 1..5.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-03-19 06:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found