user www www;worker_processes 1;error_log logs/error.log;pid logs/nginx.pid;worker_rlimit_nofile 65535;events { use epoll; worker_connections 65535;}h ...
分类:
其他好文 时间:
2019-01-25 22:46:17
阅读次数:
256
一:重启zabbix-server 结合定时任务 service zabbix-server restart crontab -e 新加一个定时任务: @daily service zabbix-server restart > /dev/null 2>&1 二:编辑Zabbix Server的配置 ...
分类:
其他好文 时间:
2019-01-24 18:59:31
阅读次数:
401
环境 虚拟机 系统:centos 7 IP:192.168.168.8 目录:/opt 代理:nginx 数据库:mysql 版本大于等于 5.6 mariadb 版本大于等于 5.5.6 更新yum yum update -y关闭防火墙与selinux firewall-cmd --state s ...
分类:
其他好文 时间:
2019-01-23 17:25:49
阅读次数:
163
windows环境下用multiprocessing报如下异常信息: RuntimeError: An attempt has been made to start a new process before the current process has finished its bootstrap ...
分类:
系统相关 时间:
2019-01-21 15:52:20
阅读次数:
416
[root@bogon ~]# cd /etc/ansible/roles/webservs/ [root@bogon webservs]# ls handlers README.md tasks templates vars [root@bogon webservs]# ls templates/... ...
分类:
其他好文 时间:
2019-01-17 21:20:13
阅读次数:
144
user www www; worker_processes auto; error_log /home/wwwlogs/nginx_error.log crit; pid /usr/local/nginx/logs/nginx.pid; #Specifies the value for maxim... ...
分类:
其他好文 时间:
2019-01-13 21:13:46
阅读次数:
148
SQL> startup 报错:ORA-00444: background process DBRM failed while startingORA-00020:maximum number of processes () exceeded 解决:startup pfile= FILENAME 其 ...
分类:
数据库 时间:
2019-01-13 10:22:45
阅读次数:
239
#运行用户user nobody;#启动进程,通常设置成和cpu的数量相等worker_processes 1; #全局错误日志及PID文件#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error ...
分类:
其他好文 时间:
2019-01-08 23:32:00
阅读次数:
205
```shell
Q: fork: retry: Resource temporarily unavailable
A: ulimit -a #查看open files 和max user processes 的允许数 /etc/security/limits.d/90-nproc.conf 调大数... ...
分类:
其他好文 时间:
2019-01-08 19:17:35
阅读次数:
135
https://blog.netspi.com/ XML External Entity (XXE) injection attacks are a simple way to extract files from a remote server via web requests. For easy ...
分类:
其他好文 时间:
2019-01-06 18:53:52
阅读次数:
133