Hello, im using Mailgraph-1.14. This version uses an external css to format the output. But when I put it into the same directory than the cgi file, my apache log the following errors if I open the cgi page: [Fri Oct 12 12:24:48 2007] [error] [client 192.168.1.254] (13)Permission denied: exec of '/srv/www/htdocs/vhost1/cgi-bin/mailgraph.css' failed, referer: http://vhost1/cgi-bin/mailgraph.cgi [Fri Oct 12 12:24:48 2007] [error] [client 192.168.1.254] Premature end of script headers: mailgraph.css, referer: http://vhost1/cgi-bin/mailgraph.cgi When I put the css file to somewhere else outside the cgi-bin folder and change the stylesheet-link in the cgi, the error is gone. Any idea how I can prevent this and have both files at the same place? This is my apache2 directory directive for this folder: <Directory "/srv/www/htdocs/vhost1/cgi-bin"> AllowOverride None Options +ExecCGI -Includes Order deny,allow Deny from all Allow from 192.168.1 </Directory> Regards Marc -- Unsubscribe mailto:mailgraph-request@list.ee.ethz.ch?subject=unsubscribe Help mailto:mailgraph-request@list.ee.ethz.ch?subject=help Archive http://lists.ee.ethz.ch/mailgraph WebAdmin http://lists.ee.ethz.ch/lsg2.cgi |