From d29a2ee2246e1b1b0c5222a823820e42422c894e Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 6 Sep 2022 16:11:09 +0000 Subject: get rid of the CGI support I really want to get rid of the `executor' process hack for CGI scripts and its escalation to allow fastcgi and proxying to work on non-OpenBSD. This drops the CGI support and the `executor' process entirely and is the first step towards gmid 2.0. It also allows to have more secure defaults. On non-OpenBSD systems this means that the sandbox will be deactivated as soon as fastcgi or proxying are used: you can't open sockets under FreeBSD' capsicum(4) and I don't want to go thru the pain of making it work under linux' seccomp/landlock. Patches are always welcome however. For folks using CGI scripts (hey, I'm one of you!) not all hope is lost: fcgiwrap or OpenBSD' slowcgi(8) are ways to run CGI scripts as they were FastCGI applications. fixes for the documentation and to the non-OpenBSD sandboxes will follow. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 26e7b0c..60de30f 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,6 @@ COMPATS = compat/err.c \ compat/vasprintf.c GMID_SRCS = dirs.c \ - ex.c \ fcgi.c \ gmid.c \ iri.c \ -- cgit v1.2.3