Gmane
Favicon
From: Alec Lebedev <aukcioner <at> yahoo.com>
Subject: Serving blank page when content size increases
Newsgroups: gmane.comp.apache.user
Date: 2008-10-05 02:01:23 GMT (13 weeks, 2 days, 22 hours and 35 minutes ago)

I have a text file which sits on the hard drive and is served by the Apache HTTP server. Even though the file has a lot of data (330 KB) the page in the browser is blank.
I played with the content of the file and got to the point where I can see the file content correctly served by the Apache HTTP server. However, once I add one letter the page served by the server is blank.

Any ideas how to solve the problem?  Is there some file size configuration that I need to increase in httpd.conf?

Thanks