To get AWStats to work at example.com/awstats/ rather than example.com/awstats/awstats.pl I replaced:
ScriptAlias /awstats /home/efy/cgi-bin
Alias /awstats /home/efy/cgi-bin <Location /awstats> Options +ExecCGI AddHandler cgi-script .pl DirectoryIndex awstats.pl </Location>
I have also found it useful to add
DirectoryIndex index.html
Can anyone point me to the right place to get changes applied to all new virtual servers?
Thanks.

They already do this using
They already do this using the
<files>directive.But the .htaccess is a nice idea.
The files directive only
The files directive only applies auth to the file. What I want it to do is return awstats.pl as the directory index when addressing /awstats on my sever.