|
Home > Archive > Apache Server configuration support > September 2007 > HEADER.html file blank when bigger than 255 bytes
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
HEADER.html file blank when bigger than 255 bytes
|
|
| jonathan 2007-09-27, 7:40 am |
| 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
| |
| Joshua Slive 2007-09-27, 1:39 pm |
| On Sep 27, 7:46 am, jonathan <jonat...@hipkiss.org> 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.
| |
| jonathan 2007-09-28, 7:35 am |
| 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 <jsl...@gmail.com> wrote:
> On Sep 27, 7:46 am, jonathan <jonat...@hipkiss.org> wrote:
>
>
>
>
>
>
> Here's a guess: try
> EnableSendfile Off
>
> Joshua.
|
|
|
|
|