Results 1 to 2 of 2
Hi,
I have my own server called for example my.host.com.
I understand that if I go to my.host.com/usage I can see stats for apache as a whole.
However, if I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-29-2011 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 7
Webalizer
Hi,
I have my own server called for example my.host.com.
I understand that if I go to my.host.com/usage I can see stats for apache as a whole.
However, if I go to w3.domain.com, (a virtual host) and add /usage, I can still see the stats for my.host.com
There is no /usage directory at the document root of the above virtual host. I dont want this to be possible. In future I would like to configure stats per virtual host but for now I feel I need to sort this.
Any ideas?
Thanks
Tom
- 09-30-2011 #2Just Joined!
- Join Date
- Sep 2011
- Posts
- 52
I believe that /usage is an Alias configured somewhere in your apache configs. To make this available on a per-vhost basis only you will need to remove that Alias and move it inside each Virtual Host


Reply With Quote
