Koozali.org: home of the SME Server

Jpeg

BK

Jpeg
« on: January 04, 2002, 04:54:35 AM »
Hi,

May I know why my apache does not display jpg files of my webpages?

how do i enable it?

Thanks.
BK

Peter Hollandare

Re: Jpeg
« Reply #1 on: January 04, 2002, 07:00:57 AM »
BK..

2 possbile problems.

1. The link is wrong (file is not present at the link)
2. The right permissions for the image, are wrong. (chmod 664 enter)

You can easy see what happans by go here : /var/log/httpd/
Then enter this : tail -f access_log (this will make the log scroll in realtime)
Look for errors there. The same could be done with error_log

Hope this helped.

BK

Re: Jpeg
« Reply #2 on: January 04, 2002, 07:13:01 AM »
Thanks Peter.

found the problem... is something to do with the case used in the link.

regards,
bk