环境:windows server 2012 R2 apache 2.4 首先,找到apache配置文件httpd.conf,找到配置: 代码展示: <directory /> options followsymlinks allowoverride none order deny,allow deny from all </directory> 将最后一个deny from all修改成allow from all 修改后的内容为: 代码展示: <directory /&g
一 什么是ngrok ngrok is a reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service. ngrok captures and analyzes all traffic over the tunnel for later inspection and replay. ngrok是一个反向代理,可以从公网建立一个安全隧道到本地的web服务.ngr