SpeedyCGI support

Hi,

I started with the Mason handler and changed 3 lines, as follows:

  1. replaced the #! line to refer to /usr/bin/speedy

  2. replaced “use CGI::Fast” with “use CGI”

  3. replaced “while ($RT::Mason::cgi = new CGI::Fast) {”
    with “{$RT::Mason::cgi = new CGI;”

This seems to result in a working SpeedyCGI script. What should I
do to test that this really is correct? (e.g., I mean to test
whether certain things really are stored persistently the way it
should be, etc.; functionalitywise this looks ok)

Best regards,

Ambrose Li a.c.li@ieee.org
http://ada.dhs.org/~acli/cmcc/ http://www.cccgt.org/

DRM is theft - We are the stakeholders

“n” == news-misc acli@ada.dhs.org writes:

n> This seems to result in a working SpeedyCGI script. What should I
n> do to test that this really is correct? (e.g., I mean to test
n> whether certain things really are stored persistently the way it
n> should be, etc.; functionalitywise this looks ok)

What is your httpd.conf config corresponding to this? I’m a bit
blurry about how to hook it up with Mason. Thanks.