(04-28-2009 09:42 PM)joximu Wrote: 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
Is there a way to transfer my normal customer domain.tld to customer sub.domain.tld?
I don't want to delete it as it will cause lots of support issues.
I think this is the best idea, I don't know why I created the domain.tld in the first place if I could have done it as sub.domain.tld.
If transferring is not possible can should I put these conf options in a /etc/apache2/ispcp/domain.tld.conf file ?