aboutsummaryrefslogtreecommitdiff
path: root/net/lighttpd/files/lighttpd.init
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: 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 '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: 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>