資源簡介
Nginx "engine x" 是一個高性能的 HTTP 和 反向代理 服務器 也是一個 IMAP POP3 SMTP 代理服務器 這份代碼可以在windows vs2010下直接編譯運行
代碼片段和文件信息
#include?
#include?
extern?ngx_module_t??ngx_core_module;
extern?ngx_module_t??ngx_errlog_module;
extern?ngx_module_t??ngx_conf_module;
extern?ngx_module_t??ngx_events_module;
extern?ngx_module_t??ngx_event_core_module;
extern?ngx_module_t??ngx_iocp_module;
extern?ngx_module_t??ngx_select_module;
extern?ngx_module_t??ngx_openssl_module;
extern?ngx_module_t??ngx_http_module;
extern?ngx_module_t??ngx_http_core_module;
extern?ngx_module_t??ngx_http_log_module;
extern?ngx_module_t??ngx_http_upstream_module;
extern?ngx_module_t??ngx_http_static_module;
extern?ngx_module_t??ngx_http_autoindex_module;
extern?ngx_module_t??ngx_http_index_module;
extern?ngx_module_t??ngx_http_auth_basic_module;
extern?ngx_module_t??ngx_http_access_module;
extern?ngx_module_t??ngx_http_limit_zone_module;
extern?ngx_module_t??ngx_http_limit_req_module;
extern?ngx_module_t??ngx_http_geo_module;
extern?ngx_module_t??ngx_http_map_module;
extern?ngx_module_t??ngx_http_split_clients_module;
extern?ngx_module_t??ngx_http_referer_module;
extern?ngx_module_t??ngx_http_rewrite_module;
extern?ngx_module_t??ngx_http_ssl_module;
extern?ngx_module_t??ngx_http_proxy_module;
extern?ngx_module_t??ngx_http_fastcgi_module;
extern?ngx_module_t??ngx_http_uwsgi_module;
extern?ngx_module_t??ngx_http_scgi_module;
extern?ngx_module_t??ngx_http_memcached_module;
extern?ngx_module_t??ngx_http_empty_gif_module;
extern?ngx_module_t??ngx_http_browser_module;
extern?ngx_module_t??ngx_http_upstream_ip_hash_module;
extern?ngx_module_t??ngx_http_write_filter_module;
extern?ngx_module_t??ngx_http_header_filter_module;
extern?ngx_module_t??ngx_http_chunked_filter_module;
extern?ngx_module_t??ngx_http_range_header_filter_module;
extern?ngx_module_t??ngx_http_gzip_filter_module;
extern?ngx_module_t??ngx_http_postpone_filter_module;
extern?ngx_module_t??ngx_http_ssi_filter_module;
extern?ngx_module_t??ngx_http_charset_filter_module;
extern?ngx_module_t??ngx_http_userid_filter_module;
extern?ngx_module_t??ngx_http_headers_filter_module;
extern?ngx_module_t??ngx_http_copy_filter_module;
extern?ngx_module_t??ngx_http_range_body_filter_module;
extern?ngx_module_t??ngx_http_not_modified_filter_module;
ngx_module_t?*ngx_modules[]?=?{
????&ngx_core_module
????&ngx_errlog_module
????&ngx_conf_module
????&ngx_events_module
????&ngx_event_core_module
????&ngx_iocp_module
????&ngx_select_module
????&ngx_openssl_module
????&ngx_http_module
????&ngx_http_core_module
????&ngx_http_log_module
????&ngx_http_upstream_module
????&ngx_http_static_module
????&ngx_http_autoindex_module
????&ngx_http_index_module
????&ngx_http_auth_basic_module
????&ngx_http_access_module
????&ngx_http_limit_zone_module
????&ngx_http_limit_req_module
????&ngx_http_geo_module
????&ngx_http_map_module
????&ngx_http_split_clients_module
????&ngx_http_referer_module
????&ngx_http_rewrite_module
????&ngx_http_ssl_module
????&ngx_http_proxy_module
????&ngx_http_fastcgi_module
????&ngx_http_uwsgi_mo
評論
共有 條評論