2
0
Fork 0
Commit Graph

67 Commits (54d7b4677482942b0084bbb8c9bd91faf0798e97)

Author SHA1 Message Date
Stefan Bühler 7a343d4765 [mod_acceslog]: fix log target reference in docs
Change-Id: If390d666db5e4952a64d545eb77ddf6e8f7ed9df
2021-02-28 11:45:03 +01:00
Stefan Bühler f66defba93 [doc] mod_fastcgi: extend php fastcgi example with physical file test
Change-Id: I061278e2bd588d27f57be8b6711d470161a955cc
2019-06-27 21:19:07 +02:00
Stefan Bühler bda1a90f27 [core] add strict.post_content_length option
Change-Id: Ie9d67eceed7e957b667554925d562018a3217209
2018-09-08 23:12:22 +02:00
Stefan Bühler 8c68b120da [mod_gnutls] support OCSP responses in sni backends
Change-Id: I7ec08bf6e414140b53019885eb906bdfe3251a2e
2017-07-26 09:46:13 +02:00
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
2017-05-20 14:04:21 +02:00
Stefan Bühler f6990a9d8a [plugin_core] support patterns in alias target
Change-Id: Ic77080dc5d7e1821832d10b56366cc79d0ff8a6a
2017-05-12 13:32:32 +02:00
Simon Lundström 64096982fa [mod_openssl/doc] Update links to man pages
Change-Id: I4f6fc1bca8ac7a4145b792fe7cb6fd57e4edcff6
2016-11-30 20:29:06 +01:00
Stefan Bühler 9926bef92e [mod_gnutls/doc] more details which certificates are needed for OCSP
Change-Id: I1f7004bf2182f8023f19c0e3d2e3f5dee4968a9b
2016-09-02 12:08:32 +02:00
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
2016-09-02 12:07:13 +02:00
Stefan Bühler 98a14017a5 [mod_gnutls/docs] ocsptool is the ocsp tool
Change-Id: Iffd5e1488131c99877971e935c798a2371fe3209
2016-08-28 01:11:12 +02:00
Stefan Bühler d72a3c2940 [mod_gnutls] add basic OCSP response stapling support
Change-Id: I700b2afd0e0fc60ce4f864e77166e3fa2e36aaae
2016-08-27 19:55:25 +02:00
Stefan Bühler 3cfc0aa82c [automake] add missing files to dist tar
Change-Id: I2c53b97415301931ca9530ac8d54701daef59ec8
2015-08-06 00:29:36 +02:00
Stefan Bühler 6b22f2f104 [mod_debug] debug events
Change-Id: Ib776e950902a36f13ed766a78a92f6971310e87d
2015-01-25 13:27:59 +01:00
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
2014-12-22 15:12:48 +01:00
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
2014-11-09 11:14:03 +01:00
Stefan Bühler f7155d5972 [doc] mod_gnutls: add comment that reusing keys in DH is not recommended anyway
Change-Id: I392b2913ca5f7fdc88bf773032b27d2417211a58
2014-11-08 20:02:42 +01:00
Stefan Bühler 6954c4563b [doc] improve section about DH/DSA parameters in mod_gnutls
Change-Id: I9665691ff3c6dbb24defc02ae3f9a2f8efe8264d
2014-11-08 15:33:15 +01:00
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
2014-11-02 08:27:20 +01:00
Stefan Bühler aa44c63f59 [doc] clarify "physical.exists" semantic
Change-Id: I8212e4e66c2666579a8726c35f6840e3eddf4366
2014-08-24 18:32:50 +02:00
Stefan Bühler 72011fbede [mox_rewrite,mod_proxy,docs] fix request.raw_path handling (includes query-string) 2014-06-06 13:41:30 +02:00
Stefan Bühler 2fe2af2022 [docs] generate link back to index in sub pages 2014-06-06 12:18:50 +02:00
Stefan Bühler ab60804b9c [docs] fix typo 2014-06-06 12:18:46 +02:00
Stefan Bühler b5eac15433 [mod_proxy] use raw_path instead of re-encoded path 2014-06-06 12:08:16 +02:00
Stefan Bühler 76c12e4077 [mod_rewrite] rewrite_raw result gets decoded 2014-06-06 11:43:40 +02:00
Stefan Bühler 4c741ce853 [core] expose request.raw_path as condition variable 2014-06-06 11:16:22 +02:00
Stefan Bühler e168e0653c [docs] fix typos, add some details, add rewrite_raw action 2014-05-27 20:07:12 +02:00
Stefan Bühler 9acfe515f7 [docs] fix xml error 2014-05-26 15:26:10 +02:00
Stefan Bühler 4741120b74 [docs] fix links, add index page, add small introduction, add lua config / api 2014-05-26 15:04:46 +02:00
Stefan Bühler 5c9a9bbaba [docs] some small fixes 2014-05-23 16:03:54 +02:00
Stefan Bühler 09002ad827 [mod_openssl] fix default cipher string 2014-05-16 17:22:16 +02:00
Stefan Bühler 72d4578e70 [doc] add script to generate mimetypes.conf 2014-05-16 08:16:08 +02:00
Stefan Bühler deb0dd2428 [doc] always show angel doc in toc 2014-04-11 12:06:55 +02:00
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
2014-04-10 12:40:08 +02:00
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 "...";
2014-04-10 12:40:08 +02:00
Stefan Bühler b5edda3bf4 [plugin_core] fix index "/filename" handling 2014-02-26 13:18:30 +01:00
Stefan Bühler f482877825 [doc] document core config and modules in tree 2014-02-03 12:57:25 +01:00
Stefan Bühler 3cd06f49ad restructure docs 2014-01-20 16:04:10 +01:00
Stefan Bühler 75d314c541 [doc] update to new config syntax 2013-09-10 12:07:57 +02:00
Stefan Bühler 3dceac0d56 [doc] update config examples in doc/*.lua to match current syntax 2013-08-21 12:09:26 +02:00
Stefan Bühler 0e9871e695 [doc] update example mime-types 2013-08-15 21:26:01 +02:00
Stefan Bühler 76cf9761ce [doc] fix wiki link to the redirect target 2013-07-31 21:44:28 +02:00
Stefan Bühler 0d85a068c8 [lua] add per lua_State lock 2013-05-04 13:11:25 +02:00
Thomas Porzelt b6e20b45f9 [doc] update config examples re latest config syntax changes 2011-08-28 16:51:21 +02:00
Stefan Bühler dbfca1b2cb [doc]: fix config examples 2011-08-28 14:18:03 +02:00
Stefan Bühler bafba4b112 [core.cached_html] fix path handling 2011-08-13 21:28:01 +02:00
Thomas Porzelt 81429d4eb5 [doc] Fix: use 'charset' instead 'encoding' in mimetypes.conf 2011-05-29 09:56:30 +02:00
Stefan Bühler f277a22407 [core.lua] fix wsgi pathinfo 2011-04-14 11:23:41 +02:00
Stefan Bühler 569afd99c3 [doc] And again two wiki links fixed. 2010-10-03 00:26:33 +02:00
Stefan Bühler 63af483ca8 [doc] Fix wiki link in man pages 2010-10-03 00:09:41 +02:00
Stefan Bühler b432e35eeb [angel] Remove "-n" option from angel and docs (wasn't imlemented) 2010-10-02 23:18:31 +02:00