Add hiawatha sample config.

This commit is contained in:
Uriel 2009-05-31 11:46:28 +00:00
parent 2b1428822c
commit e9a96d0e26

View file

@ -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
}