[cgiapp] why HT::Compiled? (was: Re: Curiosity poll?)

2007-03-06 Thread Mark Stosberg
ReneeB wrote: HT::Compiled! Could you say more about why you like HT::Compiled? Did you switch to it from HT? How did you find the compatibility with HT? I was initially very interested in HT::Compiled because it was like HT, but added a few more features I wanted, such as built-in dot

[cgiapp] Re: Failing redirects

2007-03-06 Thread Mark Stosberg
Jonathan Mangin wrote: Hi, The disk mounted on /usr/local failed and I had to reinstall everything. I ended up with: httpd-2.0.59 perl 5.8.7 mod_perl-2.0.2 CGI.pm 3.10 C::A 4.06 I have several CGI::Application scripts running under ModPerl::Registry. They were previously working

[cgiapp] Re: Fix for using the perl debugger with HTTP::Server::Simple servers

2007-03-06 Thread Mark Stosberg
George Hartzell wrote: Hi Jesse, The patch below passes your test suite, and seems to me to follow a pattern established by other tools that swap around stdio handles. It passes HTTP::Server::Simple's tests on my FreeBSD system, and also allows me to run my CGI::Application::Server based

Re: [cgiapp] Re: Failing redirects

2007-03-06 Thread Jonathan Mangin
- Original Message - From: Todd Ross [EMAIL PROTECTED] To: cgiapp@lists.erlbaum.net Sent: Tuesday, March 06, 2007 12:26 PM Subject: Re: [cgiapp] Re: Failing redirects news [EMAIL PROTECTED] wrote on 03/06/2007 10:39:27 AM: Jonathan Mangin wrote: Hi, The disk mounted on

Re: [cgiapp] Re: Failing redirects

2007-03-06 Thread Jonathan Mangin
I have upgraded to CGI.pm 3.25. Same thing. Here's the code in modules/http/http_protocol.c: switch (status) { case HTTP_MOVED_PERMANENTLY: case HTTP_MOVED_TEMPORARILY: case HTTP_TEMPORARY_REDIRECT: return(apr_pstrcat(p, pThe

[cgiapp] Re: why HT::Compiled? (was: Re: Curiosity poll?)

2007-03-06 Thread Robert Hicks
[EMAIL PROTECTED] wrote: The SWITCH tag is another great thing. Sometimes it is too long winded to do the switch on the Perl side... I wish HT had that one... I like HTC as it is lightweigth but has the features I need. I've never tried to use TT, but it seems to be too heavy for a very