summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
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>