文件名称:drizzle-nginx-module:一个nginx上游模块,通过libdrizzle与mysql和drizzle对话
文件大小:71KB
文件格式:ZIP
更新时间:2024-03-12 04:01:18
C
姓名 drizzle-nginx-module-用于直接与MySQL和Drizzle对话的上游模块 该模块不随Nginx源一起分发。 请参阅。 目录 状态 该模块已经准备好生产。 版本 本文档介绍了2018年4月19日发布的ngx_drizzle 。 概要 http { ... upstream cluster { # simple round-robin drizzle_server 127.0.0.1:3306 dbname=test password= some_pass user=monty protocol=mysql; drizzle_server 127.0.0.1:1234 dbname=test2 password= pass user=b
【文件预览】:
drizzle-nginx-module-master
----.gitattributes(27B)
----t()
--------timeout.t(4KB)
--------keepalive.t(12KB)
--------status.t(7KB)
--------sanity.t(11KB)
--------bugs.t(1KB)
--------charset()
--------000_init.t(2KB)
--------methods.t(10KB)
--------errors.t(3KB)
----src()
--------ngx_http_drizzle_keepalive.c(11KB)
--------ngx_http_drizzle_handler.h(535B)
--------ngx_http_drizzle_quoting.h(904B)
--------resty_dbd_stream.h(2KB)
--------ngx_http_drizzle_processor.h(465B)
--------ngx_http_drizzle_processor.c(15KB)
--------ngx_http_drizzle_upstream.h(4KB)
--------ddebug.h(3KB)
--------ngx_http_drizzle_keepalive.h(2KB)
--------ngx_http_drizzle_quoting.c(1KB)
--------ngx_http_drizzle_checker.c(844B)
--------ngx_http_drizzle_output.c(20KB)
--------ngx_http_drizzle_module.h(2KB)
--------ngx_http_drizzle_util.c(27KB)
--------ngx_http_drizzle_module.c(16KB)
--------ngx_http_drizzle_upstream.c(28KB)
--------ngx_http_drizzle_util.h(1KB)
--------ngx_http_drizzle_output.h(678B)
--------ngx_http_drizzle_checker.h(573B)
--------ngx_http_drizzle_handler.c(19KB)
----Changes(2KB)
----valgrind.suppress(6KB)
----doc()
--------design(765B)
----README.markdown(32KB)
----.travis.yml(3KB)
----util()
--------update-readme.sh(98B)
--------build.sh(1KB)
--------wiki2pod.pl(3KB)
--------ngx-links(1KB)
--------ctags(157B)
----config(4KB)
----.gitignore(620B)