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

    Fallback configuration Simple case Broken apps Multiple fallback levels How it works Notes Fallback configuration (available from 1.9.15-dev) If you need a “reset to fact...
  • Things to know (best practices and “issues”) READ IT !!!

    Things to know (best practices and “issues”) READ IT !!! Things to know (best practices and “issues”) READ IT !!! Obviously, never expose a socket speaking the uwsgi protocol ...
  • 第一章 概述

    这是一篇介绍利用flask来进行微信公众号开发的的技术文档, Flask+uwsgi+Nginx+Ubuntu 的部署教程,解答一些我自己在这个过程中的疑问,从原理到方案,以一个小白的角度,总结一下部署、运维这件事,应该对初学 Flask 需要部署的同学有些帮助。 查了一下flask的应用框架,发现用WSGI + Nginx有下面的几个优势:• ...
  • Cherokee support

    Cherokee support Dynamic apps Cherokee support Note Recent official versions of Cherokee have an uWSGI configuration wizard. Ifyou want to use it you have to install uWSGI in...
  • Jailing your apps using Linux Namespaces

    Jailing your apps using Linux Namespaces What are namespaces? clone() vs unshare() Supported namespaces setns() pivot_root Why not lxc? The old way: the –namespace option Re...
  • Async and loop engines

    uWSGI asynchronous/non-blocking modes (updated to uWSGI 1.9) The Gevent loop engine The Tornado loop engine uGreen – uWSGI Green Threads The asyncio loop engine (CPython >= 3.4...
  • Locks

    Locks Locks uWSGI supports a configurable number of locks you can use to synchronize workerprocesses. Lock 0 (zero) is always available, but you can add more with thelocks opt...
  • Nginx支持

    Nginx支持 配置Nginx 集群 动态应用 在同一个进程中托管多个应用 (亦称管理SCRIPT_NAME和PATH_INFO) 静态文件 虚拟主机 Nginx支持 自0.8.40版本起,Nginx本身就包含了对使用 uwsgi protocol 的上游服务器的的支持。 配置Nginx 一般来说,你只需包含uwsgi_param...
  • WebCaching框架

    WebCaching框架 持久化存储 缓存清道夫 直接从你的web服务器访问缓存 Django缓存后端 WebCaching框架 注解 这是旧的缓存子系统到记录在这里 uWSGI缓存框架 的新的uWSGI缓存API的移植。使用这里的选项将会创建一个名为“default”的新型缓存。 要启用web缓存,使用 cache 选项为你的项分配...
  • GlusterFS插件

    GlusterFS插件 第1步:安装glusterfs 第2步:第一个集群 第3步:uWSGI 高可用性 多个挂载点 多进程 VS 多线程 内部路由 使用capabilities (在Linux上) 注意: GlusterFS插件 自uWSGI 1.9.15起可用 官方modifier1: 27 ‘glusterfs’插件允许你...