Hi
So - you configured the domain.tld as normal customer and then inserted a subdomain. Right?
Since you don't have domain.tld running, you'd need to add some apache directives to get /stats - have a look at the other "normal" domain entries:
Quote: # httpd awstats support BEGIN.
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /stats http://localhost/stats/domain.tld
ProxyPassReverse /stats http://localhost/stats/domain.tld
# httpd awstats support END.
maybe you can add this to the subdomain section.
OTHERWISE:
I'd rather setup "sub.domain.tld" as customer - then you don't have to hazzle around (of course this only works if you only host sub.domain.tld (incl. email)).
/J