资源简介
nginx 安装包, 1.11.3 版本
代码片段和文件信息
/*
* Copyright (C) Igor Sysoev
* Copyright (C) Nginx Inc.
*/
#include
#include
#include
static void ngx_show_version_info(void);
static ngx_int_t ngx_add_inherited_sockets(ngx_cycle_t *cycle);
static ngx_int_t ngx_get_options(int argc char *const *argv);
static ngx_int_t ngx_process_options(ngx_cycle_t *cycle);
static ngx_int_t ngx_save_argv(ngx_cycle_t *cycle int argc char *const *argv);
static void *ngx_core_module_create_conf(ngx_cycle_t *cycle);
static char *ngx_core_module_init_conf(ngx_cycle_t *cycle void *conf);
static char *ngx_set_user(ngx_conf_t *cf ngx_command_t *cmd void *conf);
static char *ngx_set_env(ngx_conf_t *cf ngx_command_t *cmd void *conf);
static char *ngx_set_priority(ngx_conf_t *cf ngx_command_t *cmd void *conf);
static char *ngx_set_cpu_affinity(ngx_conf_t *cf ngx_command_t *cmd
void *conf);
static char *ngx_set_worker_processes(ngx_conf_t *cf ngx_command_t *cmd
void *conf);
static char *ngx_load_module(ngx_conf_t *cf ngx_command_t *cmd void *conf);
#if (NGX_HAVE_DLOPEN)
static void ngx_unload_module(void *data);
#endif
static ngx_conf_enum_t ngx_debug_points[] = {
{ ngx_string(“stop“) NGX_DEBUG_POINTS_STOP }
{ ngx_string(“abort“) NGX_DEBUG_POINTS_ABORT }
{ ngx_null_string 0 }
};
static ngx_command_t ngx_core_commands[] = {
{ ngx_string(“daemon“)
NGX_MAIN_CONF|NGX_DIRECT_CONF|NGX_CONF_FLAG
ngx_conf_set_flag_slot
0
offsetof(ngx_core_conf_t daemon)
NULL }
{ ngx_string(“master_process“)
NGX_MAIN_CONF|NGX_DIRECT_CONF|NGX_CONF_FLAG
ngx_conf_set_flag_slot
0
offsetof(ngx_core_conf_t master)
NULL }
{ ngx_string(“timer_resolution“)
NGX_MAIN_CONF|NGX_DIRECT_CONF|NGX_CONF_TAKE1
ngx_conf_set_msec_slot
0
offsetof(ngx_core_conf_t timer_resolution)
NULL }
{ ngx_string(“pid“)
NGX_MAIN_CONF|NGX_DIRECT_CONF|NGX_CONF_TAKE1
ngx_conf_set_str_slot
0
offsetof(ngx_core_conf_t pid)
NULL }
{ ngx_string(“lock_file“)
NGX_MAIN_CONF|NGX_DIRECT_CONF|NGX_CONF_TAKE1
ngx_conf_set_str_slot
0
offsetof(ngx_core_conf_t lock_file)
NULL }
{ ngx_string(“worker_processes“)
NGX_MAIN_CONF|NGX_DIRECT_CONF|NGX_CONF_TAKE1
ngx_set_worker_processes
0
0
NULL }
{ ngx_string(“debug_points“)
NGX_MAIN_CONF|NGX_DIRECT_CONF|NGX_CONF_TAKE1
ngx_conf_set_enum_slot
0
offsetof(ngx_core_conf_t debug_points)
&ngx_debug_points }
{ ngx_string(“user“)
NGX_MAIN_CONF|NGX_DIRECT_CONF|NGX_CONF_TAKE12
ngx_set_user
0
0
NULL }
{ ngx_string(“worker_priority“)
NGX_MAIN_CONF|NGX_DIRECT_CONF|NGX_CONF_TAKE1
ngx_set_priority
0
0
NULL }
{ ngx_string(“worker_cpu_affinity“)
NGX_MAIN_CONF|NGX_DIRECT_CONF|NGX_CONF_1MORE
ngx_s
- 上一篇:linux加密perl 脚本工具
- 下一篇:800W 手机镜头 ZEMAX数据
相关资源
- 轻量级文件服务器Fdfs搭建(fastDFS+n
- nginx-rtmp-win32-master.rar
- yaf-2.1.17.tgz
- 自动reload nginx解决nginx对动态域名不重
- Linux中nginx安装相关资源包
- nginx-1.19.0-1.aarch64.rpm银河麒麟+飞腾
- nginx-1.19.0-1.aarch64.rpm 银河麒麟V10+飞腾
- nginx与zookeeper交互,同步数据,发送系
- Nginx+keepalived双机热备主从模式高可用
- 搭建rtmp流媒体服务器的nginx
- NGINX Cookbook 无水印英文高清完整.pdf版
- 精通Nginx 第二版 高清 非扫描 带书签
- nginx-1.17.10.rar
- [Nginx] Nginx HTTP Server 第2版 (英文版)
- Nginx源代码VS2010直接编译运行
- nginx服务器插件之net-snmp-5.6.1.1.tar.gz
- CentOS-6.6-x86_64 nginx 依赖 pcre-devel zli
- nginx搭建flv流媒体教程与资源
- The Complete NGINX Cookbook官网 pdf 英文高清
- nginx1.9.9 vs2015 完整项目
- nginx依赖包nginx依赖包
- Nginx运维宝典
- Nginx核心知识文档.rar
- Nginx教程从入门到精通205419
- Radware Alteon指导书中文版
- nginx rtmp转发服务器
- fastDFS+Nginx安装包(Linux版本)
- pcre-8.10.tar.gz
- rtmp+nginx实现rtmp直播
- nginx-1.17.1.tar.gz
评论
共有 条评论