HEADER.html file blank when bigger than 255 bytes
am 27.09.2007 13:46:59 von Jonathan
Hi,
We've got Apache 2.2.4 running on a Solaris 10 box and in the root
home directory of the site we've got a HEADER.html for displaying
content above the directory listing.
We can get this to work OK as long as the file HEADER.html doesn't go
over 255 bytes, once it does nothing is displayed, no HEADER.html
content NOR any directory contents, a complete blank page.
We also have Apache 2.2.4 installed on a Windows 2000 box which works
fine with the same HEADER.html file even when it goes over 255 bytes.
Anyone got any ideas?
Thanks
Jonathan Hipkiss
Re: HEADER.html file blank when bigger than 255 bytes
am 27.09.2007 18:59:34 von Joshua Slive
On Sep 27, 7:46 am, jonathan wrote:
> Hi,
>
> We've got Apache 2.2.4 running on a Solaris 10 box and in the root
> home directory of the site we've got a HEADER.html for displaying
> content above the directory listing.
>
> We can get this to work OK as long as the file HEADER.html doesn't go
> over 255 bytes, once it does nothing is displayed, no HEADER.html
> content NOR any directory contents, a complete blank page.
>
> We also have Apache 2.2.4 installed on a Windows 2000 box which works
> fine with the same HEADER.html file even when it goes over 255 bytes.
>
> Anyone got any ideas?
Here's a guess: try
EnableSendfile Off
Joshua.
Re: HEADER.html file blank when bigger than 255 bytes
am 28.09.2007 11:56:19 von Jonathan
Hi Joshua,
Thanks a lot for your suggestion, it worked a treat! I would never
have thought have looking at that.
Jonathan
On 27 Sep, 17:59, Joshua Slive wrote:
> On Sep 27, 7:46 am, jonathan wrote:
>
> > Hi,
>
> > We've got Apache 2.2.4 running on a Solaris 10 box and in the root
> > home directory of the site we've got a HEADER.html for displaying
> > content above the directory listing.
>
> > We can get this to work OK as long as the file HEADER.html doesn't go
> > over 255 bytes, once it does nothing is displayed, no HEADER.html
> > content NOR any directory contents, a complete blank page.
>
> > We also have Apache 2.2.4 installed on a Windows 2000 box which works
> > fine with the same HEADER.html file even when it goes over 255 bytes.
>
> > Anyone got any ideas?
>
> Here's a guess: try
> EnableSendfile Off
>
> Joshua.