Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DragonFlyBSD defines __DragonFly__ (#2746) | Glenn Strauss | 2016-10-04 | 1 | -1/+1 |
| | | | | | | | | | | DragonFlyBSD defines __DragonFly__, not __DragonflyBSD__ (thx xenu) x-ref: "[PATCH] better DragonFlyBSD support; fix crash" https://redmine.lighttpd.net/issues/2746 | ||||
* | [mod_scgi] add uwsgi protocol support | Glenn Strauss | 2016-09-25 | 1 | -0/+71 |
Configuring the protocol is controlled with new lighttpd.conf directive: scgi.protocol = "scgi" # default scgi.protocol = "uwsgi" The uwsgi protocol differs from the SCGI protocol only in how the request is encoded. The response from the backend is handled the same way for both SCGI and uwsgi protocols. x-ref: http://uwsgi-docs.readthedocs.io/en/latest/Protocol.html |