aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4263391..ca18f85 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ featureful server.
- IRI support (RFC3987)
- automatic certificate generation for config-less mode
- reverse proxying
- - CGI and FastCGI support
+ - FastCGI support
- virtual hosts
- location rules
- event-based asynchronous I/O model
@@ -75,9 +75,6 @@ server "example.com" {
# lang for text/gemini files
lang "en"
- # execute CGI scripts in /cgi/
- cgi "/cgi/*"
-
# only for locations that matches /files/*
location "/files/*" {
# generate directory listings
@@ -141,6 +138,9 @@ to the `contrib` directory.
## Architecture/Security considerations
+**outdated: revisit for gmid 2.0**
+
+
gmid is composed by four processes: the parent process, the logger,
the listener and the executor. The parent process is the only one
that doesn't drop privileges, but all it does is to wait for a SIGHUP