Answer the question
In order to leave comments, you need to log in
Apache2: moving /server-status to a subdomain
Hello, habralyudi! There is an apache2 server under ubuntu server 10.10. There is a domain and a subdomain. The task is to transfer domain/server-status to status.domain. I've been trying to organize this for an hour now and it doesn't work out, I will be glad for advice. Thanks in advance!
Answer the question
In order to leave comments, you need to log in
<VirtualHost *:80>
ServerName status.domain
DocumentRoot /var/www # что угодно
<Location />
SetHandler server-status
# allow, deny, ...
</Location>
</VirtualHost>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question