配置/etc/hosts文件,192.168.1.209 对应的域名如下:
192.168.1.209 www.name1.com
编辑每个域名的配置文件:
ServerName www.name1.com DocumentRoot /var/www/html Options Indexes FollowSymLinks AllowOverride None Require all granted
本文共 367 字,大约阅读时间需要 1 分钟。
配置/etc/hosts文件,192.168.1.209 对应的域名如下:
192.168.1.209 www.name1.com
编辑每个域名的配置文件:
ServerName www.name1.com DocumentRoot /var/www/html Options Indexes FollowSymLinks AllowOverride None Require all granted
转载于:https://www.cnblogs.com/5aiQ/p/9471499.html