shithub: werc

Download patch

ref: b0a7f79250054a4ebf6963a0aba78c8c86832f88
parent: 16bf8cf80e5617bedc3afca9843abc738c59a134
author: sl <uriel@engel.se.cat-v.org>
date: Sun May 31 07:46:28 EDT 2009

Add hiawatha sample config.

--- /dev/null
+++ b/sites/werc.cat-v.org/docs/web_server_setup/hiawatha.md
@@ -1,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
+    }
+