文件名称:Nginx Python模块-C/C++开发
文件大小:47KB
文件格式:ZIP
更新时间:2024-06-15 18:25:59
C/C++ Miscellaneous
Nginx Python模块该模块允许在配置阶段和运行时在nginx中使用Python。 兼容性nginx版本> = 1.11.5(仅HTTP版本可以使用1.11.2进行编译)Python版本:2 Nginx Python模块该模块允许在配置阶段和运行时在nginx中使用Python。 兼容性nginx版本> = 1.11.5(仅HTTP版本可以使用1.11.2进行编译)Python版本:2.7在最近Linux,FreeBSD和MacOS Build上进行了测试使用以下模块配置nginx:#静态模块$ ./configure --add -module = / path / to / nginx-python-module#动态模块$ ./configure --add-dynamic-module = / path / to / nginx-python-module#仅同步版本(无阻塞操作
【文件预览】:
nginx-python-module-master
----README.rst(8KB)
----config(2KB)
----TODO(0B)
----t()
--------test_http_request.py(3KB)
--------test_stream_phases.py(3KB)
--------test_stream_session.py(2KB)
--------test_stream_resolve.py(5KB)
--------test_http_sleep.py(2KB)
--------__main__.py(224B)
--------test_http_phases.py(2KB)
--------test_http_socket.py(7KB)
--------nginx.py(3KB)
--------test_http_basic.py(2KB)
----LICENSE(1KB)
----src()
--------ngx_http_python_request.c(28KB)
--------ngx_http_python_request.h(403B)
--------ngx_python_sleep.c(2KB)
--------ngx_python_resolve.c(21KB)
--------ngx_python_socket.c(47KB)
--------ngx_python.h(2KB)
--------ngx_stream_python_session.c(10KB)
--------ngx_stream_python_session.h(417B)
--------ngx_http_python_module.c(14KB)
--------ngx_stream_python_module.c(17KB)
--------ngx_python.c(20KB)