摘要: nginx 配置文件 user www;worker_processes 1;events { worker_connections 1024;}http { include mime.types; default_type application/octet-stream; sendfile on 阅读全文
posted @ 2018-01-08 08:26 jianxiaofeng 阅读(140) 评论(0) 推荐(0)
摘要: uwsgi+ python python是怎样读取配置文件的(.ini文件) 详见:http://www.cnblogs.com/anpengapple/p/5095133.html python的wsgi模块 详见: http://blog.csdn.net/john_f_lau/article/ 阅读全文
posted @ 2018-01-08 08:13 jianxiaofeng 阅读(134) 评论(0) 推荐(0)
摘要: 在server端配置如下: [root@xiaofeng alertscripts]# cat /usr/local/zabbix/etc/zabbix_server.conf |grep -v '^#'|grep -v '^$'LogFile=/tmp/zabbix_server.log DBHo 阅读全文
posted @ 2018-01-08 08:12 jianxiaofeng 阅读(388) 评论(0) 推荐(0)