summaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* lighttpd: Fix FastCGI configuration to pass full path as PATH_INFOBen Hutchings2020-06-011-1/+3
| | | | | | | | | | | The configuration file uses an empty path, which I assume means that the HTTP server root should map to the LC webapp root. So we want the full path of the request to be passed as PATH_INFO. However, with this configuration lighttpd actually seems to pass the first path component as SCRIPT_NAME and the rest as PATH_INFO. We need to set the path to "/" and enable the fix-root-scriptname option to get the full path in PATH_INFO.
* Set max-procs to 1 in webapp lighttpd confPedro Alvarez2016-04-271-1/+1
| | | | | | | | | | | We made this change more than a year ago in git.baserock.org, to test if that would make it consume less resources, without breaking anything. That change seemed to solve the problems we were having, and we never had any related issue. Change-Id: Iabb34bbe8df4c329361c2b446851b10e3c43e4de
* Bind webapp server on 127.0.0.1 by defaultPedro Alvarez2016-04-271-1/+2
| | | | | | | | | | | | Most of us thought this was the default configuration, but it wasn't. This change means that the webapp service will only be accessible from the same host that is running it, making it more secure. Thanks to Ben Brown for finding this error. Change-Id: I27f6604a0ebc7a093b63b11345b9c8963ed91c18
* Add new Lorry ControllerLars Wirzenius2014-04-151-0/+33