码迷,mamicode.com
首页 >  
搜索关键字:processes    ( 1265个结果
nginx之十三:搭建 nginx 反向代理用做内网域名转发
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 ( proxy ) poller processes more than 75% busy 问题
一:重启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.x 安装开源堡垒机Jumpserver
环境 虚拟机 系统: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
multiprocessing进程开发RuntimeError
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
用roles部署nginx
[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
自己站点的nginx 配置信息
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
ORA-00444: background process DBRM failed while starting
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
nginx基本配置与参数说明
#运行用户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
fork: retry: Resource temporarily unavailable 解决方案
```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
2018年11月14日 Forcing XXE Reflection through Server Error Messages
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
1265条   上一页 1 ... 26 27 28 29 30 ... 127 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!