Awstats. Several issues.

Hi Virtualmin Team!

I have a few Domains running on my server. (Debian 4.0 64bit)
Everything well right now except the awstats thing.

I just tried to turn awstats On for 2 Domains. Why does V-min create 2 different things for those domains in the Apache Virtual Domain specific config.
On the first Domain it creates ... and on the other Domain it writes ... in the Apache config below you can see what i mean exactly.
The login to domain1.de/awstats or domain2.de/awstats.pl also does not work.

AuthName "domain1.de statistics"
AuthType Basic
AuthUserFile /home/domain1/.awstats-htpasswd
require valid-user

AuthName "domain2.com statistics"
AuthType Basic
AuthUserFile /home/domain2/.awstats-htpasswd
require valid-user

on both domains it creates:
ScriptAlias /awstats /home/domain1/cgi-bin

any ideas how to get it work?
My Apache Auth Module config looks like this:
auth_basic Enabled
auth_digest Disabled
authn_alias Disabled
authn_anon Disabled
authn_dbd Disabled
authn_dbm Disabled
authn_default Disabled
authn_file Enabled
authnz_ldap Disabled
authz_dbm Disabled
authz_default Disabled
authz_groupfile Enabled
authz_host Enabled
authz_owner Disabled
authz_user Enabled

regards Martin

Status: 
Closed (fixed)