summaryrefslogtreecommitdiff
path: root/src/sys-endian.h
Commit message (Collapse)AuthorAgeFilesLines
* DragonFlyBSD defines __DragonFly__ (#2746)Glenn Strauss2016-10-041-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 supportGlenn Strauss2016-09-251-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