You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Suraj Singh <su...@symantec.com> on 2006/01/28 10:27:12 UTC

[users@httpd] Unable to view plain text file having size >=256 bytes

Hi,

I am using "Apache/2.0.52" as my web server.

My problem is that I am able to view plain text file with size <= 255
bytes, but as soon as the size becomes >=256 bytes, I get only blank
page in my web browser.

Is there some setting I need to do in my web server?

Thanks,
Suraj

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Unable to view plain text file having size >=256 bytes

Posted by Joshua Slive <jo...@slive.ca>.
On 1/28/06, Suraj Singh <su...@symantec.com> wrote:
> Hi,
>
> I am using "Apache/2.0.52" as my web server.

Quite old.  You should upgrade.

>
> My problem is that I am able to view plain text file with size <= 255
> bytes, but as soon as the size becomes >=256 bytes, I get only blank
> page in my web browser.
>
> Is there some setting I need to do in my web server?

Try "EnableSendfile off" in httpd.conf.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org