Current time: 06-15-2024, 05:51 AM Hello There, Guest! (LoginRegister)


Post Reply 
How to have stats accessible for a subdomain - subdomain.domain.tld/stats instead?
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #6
RE: How to have stats accessible for a subdomain - subdomain.domain.tld/stats instead?
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
04-28-2009 09:42 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to have stats accessible for a subdomain - subdomain.domain.tld/stats instead? - joximu - 04-28-2009 09:42 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)