summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-19 15:59:07 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-19 15:59:07 +0200
commit40735bb1229ae0369e7d763964ffbe543334b7c9 (patch)
treebc85b49852549edcc3f45f976ce56f65f077a3e3 /webserver.conf
parentb8f80db4ec3a5e586903834f29ec50a265c0c1fa (diff)
Fix CGI i/o
Diffstat (limited to 'webserver.conf')
-rw-r--r--webserver.conf5
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>