aboutsummaryrefslogtreecommitdiff
path: root/net/lighttpd/files
Commit message (Collapse)AuthorAge
* lighttpd: lighttpd.conf vars, comments, guidanceGlenn Strauss2022-12-01
| | | | | | lighttpd.conf variables, documentation comments, configuration guidance Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: print stderr trace if validation failsGlenn Strauss2022-12-01
| | | | | | lighttpd.init validate_conf(): print stderr trace if validation fails Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: update to lighttpd 1.4.61 release hashGlenn Strauss2021-10-30
| | | | | | also remove patches incorporated upstream into lighttpd 1.4.61 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: patches from upstreamGlenn Strauss2021-04-23
| | | | | | | | | | | - ignore Content-Length from backend if 101 Switching Protocols - close HTTP/2 connection after bad password - skip cert chain build for self-issued certs - meson zstd fix - ls-hpack upstream update - discard some HTTP/2 DATA frames received after response Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: lighttpd.conf enable flag for HTTP/2Glenn Strauss2020-11-30
| | | | | | lighttpd.conf reference server.feature-flags Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: lighttpd.init reload gracefullyGlenn Strauss2020-11-30
| | | | | | | reload_server() gracefully with SIGUSR1 to lighttpd relog() to reopen log files with SIGHUP to lighttpd Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: add config for logrotateJan Pavlinec2020-10-29
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* lighttpd: add 'reload' to init script to make logrotate-friendlyPhilip Prindeville2017-07-10
| | | | | | | | If lighttpd's scripts are rotated from under it while they're still open, this will cause some weird things to happen. Give it a heads up that the logs have moved. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* lighttpd: use procd-based init.d scriptPhilip Prindeville2017-06-01
| | | | | | | This will allow procd to restart the service if it crashes or otherwise exits. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* lighttpd: add new modules, upd URLs, add restart()Glenn Strauss2017-03-22
| | | | | | (with feedback from @hnyman and patch additions from @MikePetullo) Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: clean up configuration fileW. Michael Petullo2014-09-21
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* lighttpd: create user http and run as http by defaultW. Michael Petullo2014-09-21
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* lighttpd: include some updates from old repository packageW. Michael Petullo2014-09-20
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* [PATCH] lighttpd: errorlog failed as non root userchris55602014-07-23
| | | | | | | | | if running as non root user (what's should be the default on web-servers) you get: (log.c.118) opening errorlog '/var/log/lighttpd/server.log' failed: Permission denied Fix: create log directory only if not exist and chmod 777 to allow anyone to write and create files inside default log directory Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* Copy lighttpd package from old repositoryW. Michael Petullo2014-07-19
Signed-off-by: W. Michael Petullo <mike@flyn.org>