admin管理员组文章数量:1384254
I have dozens of VirtualHosts in my server and just one of then is configured with this:
<VirtualHost *:80>
DocumentRoot "/ebs1/apache/www/html/"
ServerName localhost
ServerAlias *.mydomain.br
ErrorLog "/ebs1/apache/log/error_log_localhost"
CustomLog "/ebs1/apache/log/access_log_localhost" log_acesso
<IfModule mod_status.c>
<Location "/xxyy">
SetHandler server-status
Order allow,deny
Deny from none
Allow from all
</Location>
</IfModule>
</VirtualHost>
When I acess "; it works great, I see lots of information mod_status
provides however it's displaying statistics for ALL the domains on my sever, not only for the VirtualHost
that I configured above (*.mydomain.br
). So how do I make Apache only show statisics for the currently configured VirtualHost?
本文标签: modstatus of Apache with VirtualHostsStack Overflow
版权声明:本文标题:`mod_status` of Apache with VirtualHosts - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744535854a2611310.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论