Apache Virtual Host (Subdomain) access with different computer on LAN

前端 未结 5 1021
栀梦
栀梦 2021-01-31 06:40

I am currently trying to configure the Virtual Host (Subdomain) of my Apache HTTP Server so it can be accessed with another computer on my LAN. The current setup of Apache with

5条回答
  •  无人及你
    2021-01-31 07:11

    For Named Virtual Hosts you need to use a hostname or domainname to connect to you apache server. It does not work with ips.

    You could insert an entry in your /etc/hosts on your second system.

提交回复
热议问题