Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | remove nginx references | robert | 2020-05-24 | -5/+2 |
| | ||||
* | Implement -u (user to drop privs to) and -p flag (path to chroot to). This ↵ | florian | 2020-05-24 | -1/+16 |
| | | | | allows to run slowcgi non-chrooted with -p /, requested by at least ratchov@ and henning@. Input by many, OK ratchov@ on a previous diff, "looks good" millert@, man page bits tweak and OK schwarze@ (all some time ago); OK henning@ | |||
* | Cleanup socket creation. Input ajacoutot some time ago; OK henning@ | florian | 2020-05-24 | -3/+3 |
| | ||||
* | Better explanation what slowcgi(8) is for. Room for improvements pointed out ↵ | florian | 2020-05-24 | -2/+25 |
| | | | | by deraadt@ Tweaks/OK jmc@ OK deraadt@ | |||
* | Wording improvements from Patrik Lundin | deraadt | 2020-05-24 | -4/+4 |
| | ||||
* | Make it clear that slowcgi(8) drops privileges to user www. Pointed out some ↵ | florian | 2020-05-24 | -3/+5 |
| | | | | time ago by blambert. OK jmc, blambert | |||
* | slowcgi grows an option to specify an alternate FastCGI socket on which to ↵ | blambert | 2020-05-24 | -2/+6 |
| | | | | | | | | listen. okay dcoppa@, henning@, florian@ manpage okay from jmc@ | |||
* | move bgplg and slowcgi sockets to /var/www/run input reyk@, guenther@ "move ↵ | florian | 2020-05-24 | -3/+3 |
| | | | | fast" deraadt@ OK naddy@ | |||
* | tweaks; ok florian | jmc | 2020-05-24 | -7/+5 |
| | ||||
* | Put slowcgi(8) a FastCGI to CGI wrapper in to work on it in tree. Not hooked ↵ | florian | 2020-05-24 | -0/+63 |
up to the build yet. OK sthen@, deraadt@ agrees |