John Cope writes:
> I've got apache finally able to run CGI's but now I get the following error
> I try to run sqwebmail:
>
> The requested URL /webmail//sqwebmail.css was not found on this server.
>
> Where is the file suppose to exist, and where does it talk about this file
> in the docs..
>
> Should I have created a virtual directory in the Apache configs and created
> the file sqwebmail.css? I'm confused..
This is your static image directory. From INSTALL:
After running configure, run make configure-check to verify the
directories where the CGI and the image files will be installed. make
configure-check prints the directories that the configuration script
thinks your web server is installed. Rerun configure and use
--enable-cgibindir and --enable-imagedir if necessary.
An example would be:
SqWebMail CGI will be installed in /home/httpd/cgi-bin
Images will be installed in /home/httpd/html/webmail
make[1]: Entering directory `/mnt/sdb5/home/mrsam/src/sqwebmail/sqwebmail'
URL to the image directory is /webmail/
This means that make install will copy the image files (and the CSS
template) to /home/httpd/html/webmail, which should be reachable by the
/webmail/ URL.
--
Sam