“Wamp常规设置”的版本间的差异

来自JsRobot
跳转至: 导航搜索
(创建页面,内容为“ 打开文件D:\wamp\bin\apache\apache2.4.9\conf 容许任何请求 <Directory "d:/wamp/www/">节下的Require local修改为Require all gran...”)
 
(没有差异)

2018年8月28日 (二) 03:34的最新版本

     打开文件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