Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2020-05-24 | Make the owner of fcgi socket configurable. | florian | -2/+9 | |
Andrew Daugherity (andrew.daugherity AT gmail) pointed out that this is helpful for his port to linux. For example on openSUSE nginx and Apache run as different users so a compile time default user won't cut it. Man page tweaks jmc@ While here, consistently log users at debug level; from Andrew. | ||||
2020-05-24 | Clarify that we chroot to the users home directory if -u is provided. ↵ | florian | -3/+7 | |
Pointed out by Andrew Daugherity (andrew.daugherity AT gmail), thanks! Tweaks and OK jmc | ||||
2020-05-24 | add missing HISTORY; based on CVS logs and release announcements | schwarze | -2/+9 | |
2020-05-24 | fix previous, and add a SEE ALSO section for httpd; | jmc | -5/+5 | |
2020-05-24 | remove nginx references | robert | -5/+2 | |
2020-05-24 | Implement -u (user to drop privs to) and -p flag (path to chroot to). This ↵ | florian | -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@ | ||||
2020-05-24 | Cleanup socket creation. Input ajacoutot some time ago; OK henning@ | florian | -3/+3 | |
2020-05-24 | Better explanation what slowcgi(8) is for. Room for improvements pointed out ↵ | florian | -2/+25 | |
by deraadt@ Tweaks/OK jmc@ OK deraadt@ | ||||
2020-05-24 | Wording improvements from Patrik Lundin | deraadt | -4/+4 | |
2020-05-24 | Make it clear that slowcgi(8) drops privileges to user www. Pointed out some ↵ | florian | -3/+5 | |
time ago by blambert. OK jmc, blambert | ||||
2020-05-24 | slowcgi grows an option to specify an alternate FastCGI socket on which to ↵ | blambert | -2/+6 | |
listen. okay dcoppa@, henning@, florian@ manpage okay from jmc@ | ||||
2020-05-24 | move bgplg and slowcgi sockets to /var/www/run input reyk@, guenther@ "move ↵ | florian | -3/+3 | |
fast" deraadt@ OK naddy@ | ||||
2020-05-24 | tweaks; ok florian | jmc | -7/+5 | |