Thread: using apache
View Single Post

  #2 (permalink)  
Old 12-04-2007
Martyn Cook
 
Posts: n/a
Default apache not allowing me to display image files above 60kb!

Hi all,

I am running on windows XP(home edition), with apache 2.059

I am trying to display an 87kb image on a webpage, but when i try, only the
top two thirds of the image are shown on the page.

Smaller images work fine but all larger images get cut off after an approx
60kb of the image is displayed.

I've tried the page in netscape, internet explorer and firefox and all have
the same result. The images will display correctly when referred to directly
ie: 'file:///C:/webserver/Apache2/htdocs/website/uploads/image.jpg' is
fine, so something in the server setup is limiting the amount of data that
gets shown.

This is the html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<img src="flowers.JPG" width="640" height="480">
</body>
</html>

I have checked the apache error logs and there is nothing reported, i've
tried upgrading to 2.061 and it's made no difference.

I would imagine that there is a configuration setting somewhere that limits
the amount of data that can be shown, but i have looked in the apache
config file without success.

Any suggestions, much appreciated
Martyn