My Windows configuration Hosts file add dev.aidaogo.com
The Linux Hosts file is also modified to add dev.aidaogo.com
The situation is roughly described:
Both SELinux and the firewall have been shut down.
/bin/systemctl iptables Unknown operation 'iptables'. setenforce 0
Windows ping dev.aidaogo.com can also ping the same
Linux wget dev.aidaogo.com can be downloaded normally
Netstat-nat
TCP6 0 0::: +:::* LISTEN
Related Apache Configuration
ServerName localhost:80
AllowOverride noneRequire all denied
AllowOverride None#Allow open access:Require all granted
ServerAdmin aidaogoDocumentRoot /home/www/aidaogo/wwwServerName dev.aidaogo.comServerAlias aidaogoErrorLog logs/dev.aidaogo.com-error_logCustomLog logs/dev.aidaogo.com-access_log common
Options Indexes FollowSymLinks AllowOverride None Require all granted
Reply content:
My Windows configuration Hosts file add dev.aidaogo.com
The Linux Hosts file is also modified to add dev.aidaogo.com
The situation is roughly described:
Both SELinux and the firewall have been shut down.
/bin/systemctl iptables Unknown operation 'iptables'. setenforce 0
Windows ping dev.aidaogo.com can also ping the same
Linux wget dev.aidaogo.com can be downloaded normally
Netstat-nat
TCP6 0 0::: +:::* LISTEN
Related Apache Configuration
ServerName localhost:80
AllowOverride noneRequire all denied
AllowOverride None#Allow open access:Require all granted
ServerAdmin aidaogoDocumentRoot /home/www/aidaogo/wwwServerName dev.aidaogo.comServerAlias aidaogoErrorLog logs/dev.aidaogo.com-error_logCustomLog logs/dev.aidaogo.com-access_log common
Options Indexes FollowSymLinks AllowOverride None Require all granted
OK
Hosts
127.0.0.1 www.test.com
Apache Conf
DocumentRoot "D:/web/www" ServerName www.test.com
Options FollowSymLinks Indexes AllowOverride All Order deny,allow Allow from 127.0.0.1 Deny from all Require all granted