Stefan Bühler
2ae359b04a
[doc] fix ino/dev field in lua stat, add lighty.path_simplify to global methods
...
Change-Id: I76ad8233d0ea1a934d0812c9a8c93fa97317344d
1 year ago
Stefan Bühler
7a343d4765
[mod_acceslog]: fix log target reference in docs
...
Change-Id: If390d666db5e4952a64d545eb77ddf6e8f7ed9df
2 years ago
Stefan Bühler
f66defba93
[doc] mod_fastcgi: extend php fastcgi example with physical file test
...
Change-Id: I061278e2bd588d27f57be8b6711d470161a955cc
4 years ago
Stefan Bühler
bda1a90f27
[core] add strict.post_content_length option
...
Change-Id: Ie9d67eceed7e957b667554925d562018a3217209
4 years ago
Stefan Bühler
8c68b120da
[mod_gnutls] support OCSP responses in sni backends
...
Change-Id: I7ec08bf6e414140b53019885eb906bdfe3251a2e
6 years ago
Stefan Bühler
863b433aa6
[doc build] remove markdown support
...
- bluecloth is dead, and was dropped from debian
- markdown wasn't used in any doc
Change-Id: I61f51724a5abbae6cc0e4cbf993873b59b6e563d
6 years ago
Stefan Bühler
f6990a9d8a
[plugin_core] support patterns in alias target
...
Change-Id: Ic77080dc5d7e1821832d10b56366cc79d0ff8a6a
6 years ago
Simon Lundström
64096982fa
[mod_openssl/doc] Update links to man pages
...
Change-Id: I4f6fc1bca8ac7a4145b792fe7cb6fd57e4edcff6
6 years ago
Stefan Bühler
9926bef92e
[mod_gnutls/doc] more details which certificates are needed for OCSP
...
Change-Id: I1f7004bf2182f8023f19c0e3d2e3f5dee4968a9b
6 years ago
Stefan Bühler
85f3a1da1a
[doc] decode HTML entities in code/markdown/textile blocks
...
- simulates an implicit "<![CDATA[ ... ]]>" mode
- if the blocks consists of a single CDATA node entities are not decoded;
instead the CDATA content is used directly.
Change-Id: Ifc25d4ae49518d6d219a70d5760c214cafe0ed46
6 years ago
Stefan Bühler
98a14017a5
[mod_gnutls/docs] ocsptool is the ocsp tool
...
Change-Id: Iffd5e1488131c99877971e935c798a2371fe3209
7 years ago
Stefan Bühler
d72a3c2940
[mod_gnutls] add basic OCSP response stapling support
...
Change-Id: I700b2afd0e0fc60ce4f864e77166e3fa2e36aaae
7 years ago
Stefan Bühler
3cfc0aa82c
[automake] add missing files to dist tar
...
Change-Id: I2c53b97415301931ca9530ac8d54701daef59ec8
8 years ago
Stefan Bühler
6b22f2f104
[mod_debug] debug events
...
Change-Id: Ib776e950902a36f13ed766a78a92f6971310e87d
8 years ago
Stefan Bühler
a5886b3a81
[mod_openssl] various fixes, fix error handling
...
- update docs with default options
- always set "session_id_context"
- load all algorithms
- cleanup error handling (abort on fatal errors, not the other way
round, log non fatal errors in debug log-level)
Change-Id: I2b6028bbe97a237ab94ad00d58c7773d9d3d8830
8 years ago
Stefan Bühler
f144349c72
[mod_openssl] allow all authentication methods in default cipher string
...
The details depend on the server key anyway; with the new default string
ecdsa keys work out of the box.
Change-Id: I7229f899ffd8dca5740767f9832980198b4f7bee
8 years ago
Stefan Bühler
f7155d5972
[doc] mod_gnutls: add comment that reusing keys in DH is not recommended anyway
...
Change-Id: I392b2913ca5f7fdc88bf773032b27d2417211a58
8 years ago
Stefan Bühler
6954c4563b
[doc] improve section about DH/DSA parameters in mod_gnutls
...
Change-Id: I9665691ff3c6dbb24defc02ae3f9a2f8efe8264d
8 years ago
Nikos Mavrogiannopoulos
91060ebe91
[mod_gnutls] allow pemfile to accept a key-value list of a certificate and key
...
In addition, this patch adds the ability to specify a PIN,
to be used to decrypt an encrypted key, or to login to a PKCS #11
module.
Change-Id: Iff36879926236d07be6baaa1736985a58c54d0cc
8 years ago
Stefan Bühler
aa44c63f59
[doc] clarify "physical.exists" semantic
...
Change-Id: I8212e4e66c2666579a8726c35f6840e3eddf4366
9 years ago
Stefan Bühler
72011fbede
[mox_rewrite,mod_proxy,docs] fix request.raw_path handling (includes query-string)
9 years ago
Stefan Bühler
2fe2af2022
[docs] generate link back to index in sub pages
9 years ago
Stefan Bühler
ab60804b9c
[docs] fix typo
9 years ago
Stefan Bühler
b5eac15433
[mod_proxy] use raw_path instead of re-encoded path
9 years ago
Stefan Bühler
76c12e4077
[mod_rewrite] rewrite_raw result gets decoded
9 years ago
Stefan Bühler
4c741ce853
[core] expose request.raw_path as condition variable
9 years ago
Stefan Bühler
e168e0653c
[docs] fix typos, add some details, add rewrite_raw action
9 years ago
Stefan Bühler
9acfe515f7
[docs] fix xml error
9 years ago
Stefan Bühler
4741120b74
[docs] fix links, add index page, add small introduction, add lua config / api
9 years ago
Stefan Bühler
5c9a9bbaba
[docs] some small fixes
9 years ago
Stefan Bühler
09002ad827
[mod_openssl] fix default cipher string
9 years ago
Stefan Bühler
72d4578e70
[doc] add script to generate mimetypes.conf
9 years ago
Stefan Bühler
deb0dd2428
[doc] always show angel doc in toc
9 years ago
Stefan Bühler
074f53744a
[angel] merge allow_listen_* items
...
* allow_listen_ip ".." -> allow_listen ".."
* allow_listen_unix ".." -> allow_listen "unix:.."
* allow_listen also takes lists of strings
9 years ago
Stefan Bühler
22d186cecc
[angel] rewrite config handling, rename items, document it
...
* remove "instance { ... }" wrapping
* use "_" instead of "-"
* modules -> modules_path
* allow_listen { ip "..."; } -> allow_listen_ip "...";
* allow_listen { unix "..."; } -> allow_listen_unix "...";
9 years ago
Stefan Bühler
b5edda3bf4
[plugin_core] fix index "/filename" handling
9 years ago
Stefan Bühler
f482877825
[doc] document core config and modules in tree
9 years ago
Stefan Bühler
3cd06f49ad
restructure docs
9 years ago
Stefan Bühler
75d314c541
[doc] update to new config syntax
10 years ago
Stefan Bühler
3dceac0d56
[doc] update config examples in doc/*.lua to match current syntax
10 years ago
Stefan Bühler
0e9871e695
[doc] update example mime-types
10 years ago
Stefan Bühler
76cf9761ce
[doc] fix wiki link to the redirect target
10 years ago
Stefan Bühler
0d85a068c8
[lua] add per lua_State lock
10 years ago
Thomas Porzelt
b6e20b45f9
[doc] update config examples re latest config syntax changes
12 years ago
Stefan Bühler
dbfca1b2cb
[doc]: fix config examples
12 years ago
Stefan Bühler
bafba4b112
[core.cached_html] fix path handling
12 years ago
Thomas Porzelt
81429d4eb5
[doc] Fix: use 'charset' instead 'encoding' in mimetypes.conf
12 years ago
Stefan Bühler
f277a22407
[core.lua] fix wsgi pathinfo
12 years ago
Stefan Bühler
569afd99c3
[doc] And again two wiki links fixed.
12 years ago
Stefan Bühler
63af483ca8
[doc] Fix wiki link in man pages
12 years ago