tangentsoft42 wrote:
I have an Apache::ASP application that works fine under Red Hat Linux 7.2 and 7.3 with the included Apache (1.3.2x) and mod_perl (1.2x). I get an error when I move it to a Red Hat 8.0 box, which now uses Apache 2.0.40 and mod_perl 1.99_05.
It seems like from what you are saying that mod_perl 1.99_05 release does not have cgi_header_out defined in the Apache::compat layer. From the changelog for 1.99_07 that it has not been added recently either. The log I'm looking at is here: http://perl.apache.org/dist/mod_perl-2.0-current/Changes Apache::ASP uses the cgi_header_out Apache API specifically to deal with cookie headers, of which there can be multiple ones sent. I am relying on Apache::compat to allow compatibility between mod_perl 1 & mod_perl 2. Recent Apache::ASP releases will actually load Apache::compat automatically so you do not have to. I will forward this on to the mod_perl dev group to hopefully get cgi_header_out added to Apache::compat. Thanks, Josh ________________________________________________________________ Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc. http://www.chamas.com NodeWorks Link Checking http://www.nodeworks.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
