diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-19 15:59:07 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-19 15:59:07 +0200 |
commit | 40735bb1229ae0369e7d763964ffbe543334b7c9 (patch) | |
tree | bc85b49852549edcc3f45f976ce56f65f077a3e3 /webserver.conf | |
parent | b8f80db4ec3a5e586903834f29ec50a265c0c1fa (diff) |
Fix CGI i/o
Diffstat (limited to 'webserver.conf')
-rw-r--r-- | webserver.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/webserver.conf b/webserver.conf index 1a5f5c8..f8238fd 100644 --- a/webserver.conf +++ b/webserver.conf @@ -13,7 +13,6 @@ <host>lists.antcom.de</host> <host>antcom.de</host> <host>www.antcom.de</host> - <host>localhost</host> <host>ip6-localhost</host> <host>127.0.0.1</host> <host>[::1]</host> @@ -49,6 +48,10 @@ <plugin>static-files</plugin> <target>/home/ernie/homepage/test1</target> </path> + <path requested="/cgi-bin"> + <plugin>cgi</plugin> + <target>/home/ernie/code/webserver/cgi-bin</target> + </path> <certpath>/home/ernie/code/webserver/cert.pem</certpath> <keypath>/home/ernie/code/webserver/key.pem</keypath> </site> |