Looks to me that you got your --enable-imagedir and --enable-imageurl lines in your configure script wrong. Tell us what your line to configure was.
The reason it's not working when you move your images to your cgi-bin directory is that Apache is expecting to execute, not just spit out, files in that directory. It'll therefore barf if execute permission is not set on the file. Cheers, Dan > -----Original Message----- > From: Martin Hasenbein [mailto:[EMAIL PROTECTED]] > Sent: 22 November 2001 07:55 > To: [EMAIL PROTECTED] > Subject: Question to sqwebmail > > > Hi, > > I've installed sqwebmail-3.2.0 and it works, but > the images are not displayed properly. In my > apache-log I found the following lines: > > script not found or unable to stat: /home/www/cgi-bin/bg.gif > script not found or unable to stat: /home/www/cgi-bin/bg.gif > script not found or unable to stat: /home/www/cgi-bin/bg.gif > > All the images reside under /home/www/html-data/hasenbein/webmail/images > > So why is bg.gif expected under /home/www/cgi-bin??? > I copied bg.gif to /home/www/cgi-bin, but then the following > error occured: > > file permissions deny server execution: /home/www/cgi-bin/bg.gif > > What did I wrong?? > > Thanks for help! > > /mh > > -- > > Martin Hasenbein -- [EMAIL PROTECTED] > > UNIX, a way of life. > FreeBSD, my choice of living. >
