summaryrefslogtreecommitdiff
path: root/doc/scripts
Commit message (Collapse)AuthorAgeFilesLines
* [doc/scripts/cert-staple.sh] add copyright headerGlenn Strauss2022-11-231-0/+5
|
* [doc/scripts/cert-staple.sh] short-circuit checksGlenn Strauss2022-11-231-0/+12
| | | | | | | short-circuit checks if staple.der next update is > 25 hours in future (allows script to be run daily and to exit quickly if CA staples are issued for longer, e.g. a week at a time)
* [doc/scripts/cert-staple.sh] *BSD date portabilityGlenn Strauss2022-11-231-1/+8
| | | | | adjust date calculation for ocsp_expire for `date` command arguments using different flags on FreeBSD, OpenBSD, and DragonFlyBSD
* [multiple] application/javascript text/javascriptGlenn Strauss2022-05-261-0/+4
| | | | | | | | | | translate MIME type "application/javascript" to "text/javascript" (if required, type may still be overwritten by mod_setenv or mod_magnet) x-ref: "Updates to ECMAScript Media Types" https://www.rfc-editor.org/rfc/rfc9239
* [multiple] use preferred syntax for Content-TypeGlenn Strauss2022-05-111-2/+2
| | | | | use preferred syntax for Content-Type: .../charset=... (match preferred syntax specified in upcoming HTTP spec revision)
* [doc] create-mime.conf.pl -v silent for mult vndGlenn Strauss2021-01-091-2/+5
| | | | | | Do not issue trace if multiple */vnd.* register the same extension (silently mark mime-type for extension as application/octet-stream)
* [doc] create-mime.conf.pl -v for warningsGlenn Strauss2021-01-081-1/+5
| | | | | | | Do not issue warnings about duplicated entries unless called with -v /etc/mime.types is not typically edited by the end user, so the warning trace is noise to most end users.
* [doc] create-mime.conf.pl improve case handlingGlenn Strauss2021-01-071-9/+7
| | | | | | | | | | | | make create-mime.conf.pl more resilient to questionable edits to /etc/mime.types non-vnd.* subtype takes precedence over vnd.* subtype (type/subtype, e.g. text/plain) x-ref: "lighttpd: does not start with media-types 1.1.0" https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979232
* [doc] create-mime.conf.pl improve case handlingGlenn Strauss2021-01-051-0/+22
| | | | | | | | | make create-mime.conf.pl more resilient to questionable edits to /etc/mime.types x-ref: "lighttpd: does not start with media-types 1.1.0" https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979232
* [TLS] cert-staple.sh POSIX sh compat (fixes #3043)Glenn Strauss2020-12-091-11/+11
| | | | | | | | (thx flynn) (patch from flynn) x-ref: "cert-staple.sh not POSIX compatible" https://redmine.lighttpd.net/issues/3043
* [scripts] cert-staple.sh enhancementsGlenn Strauss2020-10-111-2/+10
| | | | | | | | support validation from list of multiple signers attempt to handle older (end-of-life) versions of OpenSSL (thx avij)
* [TLS] cert-staple.sh - refresh OCSP responses (#2469)Glenn Strauss2020-07-082-0/+64
| | | | | convenience script that can be run periodically from scheduled job to refresh OCSP responses used for OCSP stapling
* [doc] minor adjust create-mime.conf.pl regex match (#2942)Glenn Strauss2019-03-141-1/+1
| | | | | | | | | | | | '-' in char class should be at beginning or end, or escaped with \- so that it does not signify a char range in the char class (In the prior regex, the misuse permitted matching the comma char, which while mostly harmless, was not what was intended) x-ref: "incorrect behaviour of create-mime.assign.pl" https://redmine.lighttpd.net/issues/2942
* [doc/conf] resolve some mime type conflicts from debian buster, regenerate ↵Stefan Bühler2019-01-131-0/+21
| | | | mime.conf
* [mime.conf] add text/markdown to utf-8 list, regenerate mime.confStefan Bühler2017-01-311-0/+3
|
* [autobuild] put ax_prog_cc_for_build.m4 in top directoryStefan Bühler2016-10-292-126/+0
| | | | | | | | - "autoreconf --force --install" should be enough to get autobuild running, manual cp / running ./autogen.sh should not be required - reorganize files laters, e.g. scripts/{cmake,m4} - include ax_prog_cc_for_build.m4 manually in configure.ac as it is not automatically loaded if it is not in m4/
* move script to doc/scripts/ax_prog_cc_for_build.m4Glenn Strauss2016-10-292-0/+126
| | | | m4/ directory is listed in .gitignore and should be generated
* [doc] add mimetype.use-xattr to create-mime.conf.plGlenn Strauss2016-04-281-2/+13
| | | | | | x-ref: "Migrate to freedesktop.org definition of xattr mimetype" https://redmine.lighttpd.net/issues/2631
* mime.conf: add some new mime types, remove .dat, .sha1, .md5, update .vcfStefan Bühler2015-07-071-1/+1
| | | | | | | | | - create-mime.conf.pl: also parse lines with upper case characters - rerun create-mime.conf.pl with debian mime-support 3.58 From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3001 152afb58-edef-0310-8abb-c4023f1b3aa9
* add some until now missing files to dist tarballStefan Bühler2015-06-211-0/+1
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2990 152afb58-edef-0310-8abb-c4023f1b3aa9
* add more mime types and a script to generate mime.conf (fxies #2579)Stefan Bühler2014-05-131-0/+197
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2964 152afb58-edef-0310-8abb-c4023f1b3aa9
* - a bit more cleanup in the docs dirMarcus Rückert2010-07-073-0/+95
- move scripts and init scripts into subdirs - remove unused lighttpd.user git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2742 152afb58-edef-0310-8abb-c4023f1b3aa9