in reply to Re^4: CGI Perl output cut with xampp
in thread CGI Perl output cut with xampp

Now could be a good time to progressively trace the progress of your program by sprinkling warn statements around (maybe) the body of ausgabefaq to see where it hangs there, or maybe if it hangs before that or after that.

When I visit the online link you posted earlier, I see all 58 (or how many, at least more than 50) FAQs in all categories...

Replies are listed 'Best First'.
Re^6: CGI Perl output cut with xampp
by toohoo (Beadle) on Sep 02, 2016 at 11:56 UTC

    Hello everybody

    I have checked some other thing. I did manage to make the script run on command line. In this case the output doesn't stop and all information and the whole page is put out until the last closing /html. In this point of view it seems, that Perl can handle the script well and does not stop or cut the output. So I think it is possible, that the error comes in relation of XAMPP and Perl.

    The error message is:

    [Fri Sep 02 13:35:07.214332 2016] [core:error] [pid 9616:tid 1728] (70007)The timeout specified has expired: [client 127.0.0.1:64014] AH00574: ap_content_length_filter: apr_bucket_read() failed, referer: http://localhost/faq/cgi-bin/faq.pl?kat=1

    The length of the cut page (IE) is 138429 byte. The uncut HTML from command line is 222448 byte. The length of the error output from command line is 107708 byte.

    Thought this might be interesting to you.

    best regards