From e9a96d0e26368845790bb01072821364cef529b3 Mon Sep 17 00:00:00 2001 From: Uriel Date: Sun, 31 May 2009 11:46:28 +0000 Subject: [PATCH] Add hiawatha sample config. --- .../docs/web_server_setup/hiawatha.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sites/werc.cat-v.org/docs/web_server_setup/hiawatha.md diff --git a/sites/werc.cat-v.org/docs/web_server_setup/hiawatha.md b/sites/werc.cat-v.org/docs/web_server_setup/hiawatha.md new file mode 100644 index 0000000..b6c8656 --- /dev/null +++ b/sites/werc.cat-v.org/docs/web_server_setup/hiawatha.md @@ -0,0 +1,16 @@ +Hiawatha Web Server Configuration +--------------------------------- + +Contributed by sqweek, thanks! + +This are the relevant bits: + + CGIhandler = /usr/local/plan9/bin/rc:rc + ExecuteCGI = yes + RewriteURL = werc + UrlRewrite { + RewriteID = werc + Match ^(/code|/index|/contact|/clique).* Rewrite /werc.rc + Match ^/$ Rewrite /werc.rc + } +