资源简介
nginx-1.15.3.tar.gz,
代码片段和文件信息
/*
* 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 void ngx_cleanup_environment(void *data);
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
相关资源
- aview的安装包
- weblogic8.1安装包
- win10编译好的hadoop2.8.3、hadoop2.6.4安装
- NetBEUI协议安装包
- ntp离线安装包 autogen ntpdate ntp
- WAS_IHS_9完整安装包.txt
- 这里是myeclipse2015Windows系统安装包
- opencv-3.2.0-vc14 安装包
- SolidWorks 2018 SP0.0 安装包-包含和谐文件
- SCCM-1602-1606-1610-1702-1706-1710-1802-1806-安
- windows DHCP服务安装包
- NetBackup8.1安装包
- MX OPC Server 6.10 安装包链接网盘
- convmv安装包
- Microsoft Visual Studio 2019 企业版 中文版
- jdk8安装包
- silverlight_sdk.msi
- 2015安装包.txt
- visual studio 2017中英文企业版离线安装
- visual studio 2017中英文企业版离线安装
- 2018最新padsVX2.4完整版安装包破解文件
- Gams 序列号
- win7安装vs2015所需证书解决安装包损坏
- nginx 1.11.13 安装包
- e-cology9.0.txt
-
NET+fr
amework+3.5+SP1完整离线安装包地 - iar破解安装包.rar
- IDL8.0安装包及license
- labwindows/cvi2015安装包
- Mac OS X Lion 10.7.3 完整安装包种子
评论
共有 条评论