I have a customer with the following DocumentRoot: /var/www/www.customer.de and a cgi-bin directory under his DocumentRoot with some own scripts and ScriptAlias /cgi-bin/ /var/www/www.customer.de/cgi-bin/ "awstats.pl" is under /usr/lib/cgi-bin/ When I store the generated statistics under /var/www/www.customer.de/_stats awstats does not work correctly because its search "awstats.pl" under /var/www/www.customer.de/cgi-bin. Any suggestions?