书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 559 个相关结果.
  • Python Tracebacker

    Python Tracebacker 一个例子 将回溯器与Harakiri组合在一起 Python Tracebacker 1.3-dev 新版功能. 通常,如果你想要获取你的app的实时回溯,那么你必须修改你的代码,为其添加一个hook或者入口,正如:doc:` TipsAndTricks`页面上描述的。 从1.3-dev开始,uWSGI包...
  • Offloading Websockets and Server-Sent Events AKA “Combine them with Django safely”

    Offloading Websockets and Server-Sent Events AKA “Combine them with Django safely” 免责声明 uWSGI卸载 我们的SSE应用 (无趣的)HTML/Javascript Django视图 让我们卸载SSE事务 使用uwsgi api (>= uWSGI 2.0.3)...
  • GridFS插件

    GridFS插件 必要条件和安装 独立快速入门 最初斜杠的问题 多挂载点 (和服务器) 副本集合 前缀 MIME类型和文件名 超时 MD5和ETag头部 多线程 与Nginx组合 ‘gridfs’内部路由动作 注意事项 GridFS插件 从uWSGI 1.9.5开始,发布了一个”GridFS”插件。它同时公开了一个请求处理器...
  • The Chunked input API

    The Chunked input API Reading chunks Tuning the chunks buffer Integration with proxies Options Notes The Chunked input API An API for managing HTTP chunked input requests ...
  • Cherokee支持

    Cherokee支持 动态应用 Cherokee支持 注解 Cherokee的最新官方版本有一个uWSGI配置向导。如果你想要使用它,那么你必须在系统的 PATH 所包含的目录下安装uWSGI。 为你的目标设置UWSGI处理器。 如果你使用的是默认的目标 (/ ),那么记得取消检查 check_file 属性。 配置类型”Remote”的...
  • Using OpenBSD httpd as proxy

    Using OpenBSD httpd as proxy Notes Using OpenBSD httpd as proxy Starting from version 5.7 OpenBSD includes a minimal (truly minimal) web server with FastCGI support (http://w...
  • Log encoders

    Log encoders Request logs VS stdout/stderr Routing encoders Core encoders The msgpack encoder Notes Log encoders uWSGI 1.9.16 got the “log encoding” feature. An encoder r...
  • The RADOS plugin

    The RADOS plugin Step1: Ceph cluster and content Step2: uWSGI High availability Multiple mountpoints HTTP methods Features Caching example Security note Notes The RADO...
  • 需要知道的事情 (最佳实践和“问题”) 必读!!!

    需要知道的事情 (最佳实践和“问题”) 必读!!! 需要知道的事情 (最佳实践和“问题”) 必读!!! http 和 http-socket 选项是完全不同的。第一个生成一个额外的进程,转发请求到一系列的worker (将它想象为一种形式的盾牌,与apache或者nginx同级),而第二个设置worker为原生使用http协议。 TL/DR:...
  • Setting POSIX Capabilities

    Setting POSIX Capabilities Available capabilities Setting POSIX Capabilities POSIX capabilities allow fine-grained permissions for processes. In additionto the standard UNIX ...