werc/root/sites/werc.cat-v.org/docs/web-server-setup/hiawatha.md
Sam Therapy c510a1b05c
template stuff
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-07-30 16:33:02 +02:00

367 B

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
}