最新回答 / qq_明天值得期待_0
1.linux下在命令行輸入netstat -an|grep 3306 2.windows下cmd中輸入netstat -an|findstr 3306
2017-04-06
最新回答 / 神煩滾
首先你要安裝了nginx status 模塊啊去找到nginx的配置vim /usr/local/nginx/conf/nginx.conf3.在service內加入代碼? ? ? ? location /NginxStatus {? ? ? ? ? stub_status on;? ? ? ? ? access_log off;? ? ? ? #加入訪問限制? ? ? ? allow 192.168.1.44;? ? ? ? allow 192.168.1.14;? ? ? ? deny all;???...
2016-01-09