On Tue, 06 Jun 2006 15:21:42 -0700
Scott McFarlane <[EMAIL PROTECTED]> wrote:

> <img src="images/css.gif" width="88" height="31" alt="Valid CSS!"
> 
> and I just checked css.gif is inside /var/www/images
> 
> 
> At 04:19 a.m. 4/06/2006, you wrote:
> >On Sun, 04 Jun 2006 22:34:57 -0700
> >Scott McFarlane <[EMAIL PROTECTED]> wrote:
> >
> > > Hi there
> > >
> > > got a small problem with apache2 and debian
> > >
> > > I  can see index.html but any images referenced of the page inside
> > > images are unavailable
> > >
> > > Thanks
> > > Scott
> > >
> > >
> >the fire name defined in the <img src="...jpg"> is relative to the 
> >web root, and not the file system root. Could that be the problem? 
> >Otherwise it may be file/directory permissions that are causing you a 
> >problem.
> >
> >Steve.
> 
does <img src="/images/css.gif" width="88" height="31" alt="Valid CSS!" />

make any difference?

Also, can you post the output from...

ps -ef | grep apache2
ls -ld /var/www/images
ls -l /var/www/images/css.gif

Also, are there any ScriptAlias'es for images in  
/etc/apache2/sites-available/default 

Cheers,


Steve

Reply via email to