Forum Moderators: phranque

Message Too Old, No Replies

images not displayed

Apache 2.2.0

         

tata668

3:00 am on Dec 21, 2005 (gmt 0)

10+ Year Member



I'm new to Apache administration... I use a custom compilation of Apache 2.2.0 on a Fedora 2 VPS.

The pages are served ok but 98% of the images are not displayed! I upload a valid image, point to http://www.example.com/myImage.jpg and the image is not displayed. Firefox just write the name of the image "http://www.example.com/myImage.jpg" and IE shows the famous red "X".

Any idea?

[edited by: jdMorgan at 3:12 am (utc) on Dec. 21, 2005]
[edit reason] Example.com [/edit]

jdMorgan

3:11 am on Dec 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Check your server access log and your server error log. That might give you enough information to get started.

You can also use Firefox Tools->Page Info->Media to check the URL, MIME-Type, size, and other info pertaining to each of your images as seen by the browser.

Jim

tata668

3:33 am on Dec 21, 2005 (gmt 0)

10+ Year Member



From Firefox:

Type: image/jpeg
Size: 0 KB (0 bytes)
Specified Dimensions: 0px x 0px

But I don't get it, it seems like my access log and error log are not updating..
Those are the correct locations for a default installation, right?:
/usr/local/apache2/logs/access_log
/usr/local/apache2/logs/error_log

tata668

5:43 pm on Dec 21, 2005 (gmt 0)

10+ Year Member



I Downgraded to Apache 1.3.34 and now everything is fine..