Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: BK on January 04, 2002, 04:54:35 AM

Title: Jpeg
Post by: BK 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
Title: Re: Jpeg
Post by: Peter Hollandare 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.
Title: Re: Jpeg
Post by: BK 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