DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20866>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20866 cgi script just hangs at end, then apr_bucket_read error [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Major OS/Version|Linux |Solaris Priority|Other |High Platform|PC |Sun ------- Additional Comments From [EMAIL PROTECTED] 2003-06-26 16:21 ------- I have developed a web based tool which uses Oracle Database and PERL-DBI. Since last few days, one of the pages, where I query database and print out page, hangs. It keeps on saying getting data but it just gets timed out. Same script is running fine on development server (even when I point to live Database from development server) Only difference on two servers is that development server is running Apache 1.2.37 and production server is running Apache 2. In the log file on development server I am getting apr_bucket_read() failed error I am using following cgi modules - use CGI qw(:standard); use DBI; new CGI; my $in=new CGI; print $in->header(); and then print the html using print qq~ < html stuff > ~; I have gone through the post here and want to say, if something is working fine on lower version as per the normal convention it should work in the latest upgrade as well. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
