문제

How can I set up a subdomain on an IP address using Webmin?

So, if I go to http://directory.127.0.0.1/ it goes to the same place as http://directory.localhost/ (/var/www/directory)?

도움이 되었습니까?

해결책

That's not how IP addresses and host names work.

You have either an IP address, which can consist only of digits, or a host name, whose components cannot consist only of digits. Host names can have subdomains, IP addresses can't.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top