June 1999
Intermediate to advanced
540 pages
21h 39m
English
NameVirtualHost
NameVirtualHost [IP_address:]port
[server config]
Specifies the name or address a virtual host on the server should resolve to. In addition to the address, you can also specify the port that should be used. For example, if you are accepting connections on the server under the IP 123.23.23.123, port 8001 (in addition to others), you would specify:
NameVirtualHost 123.23.23.123:8001
(Apache 1.3 or later)
Read now
Unlock full access