更改

Wamp常规设置

添加374字节, 2018年8月28日 (二) 01:34
创建页面,内容为“ 打开文件D:\wamp\bin\apache\apache2.4.9\conf 容许任何请求 <Directory "d:/wamp/www/">节下的Require local修改为Require all gran...”
打开文件D:\wamp\bin\apache\apache2.4.9\conf

容许任何请求
<Directory "d:/wamp/www/">节下的Require local修改为Require all granted
<Directory />节下的 Require all denied 修改为 Require all granted

修改端口号
Listen 0.0.0.0:80 修改为 Listen 0.0.0.0:8000
Listen [::0]:80 修改为 Listen [::0]:8000
3,360
个编辑