Windows server 2008 R2 安装WAMP后,外网无法访问。。。求解
刘贺威 2020-02-01 10:26:13 1、如题。
windows server 2008 R2 安装WAMP后,外网无法访问。。。求解
2、要不要修改服务器C盘下的 hosts文件?
比如:添加 127.0.0.1 luohejie.com
3、httpd.conf 到底该如何修改?
4、httpd-vhosts.conf 到底该如何添加修改?
<VirtualHost *:80>
ServerName 2020.luohejie.com
ServerAlias luohejie.com
# DocumentRoot "${INSTALL_DIR}/www/2020"
DocumentRoot "E:/wamp64/www/2020"
<Directory "${INSTALL_DIR}/www/2020/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
# Require local
Require all granted
</Directory>
</VirtualHost>
麻烦帮忙检查一下,有没有错误的地方?
5、系统:Windows server 2008 R2 X64
环境:WAMP 3.3.3