werc-1.5.0-tweaks/sites/werc.cat-v.org/docs/web-server-setup/hiawatha.md
NunoSempere ae14bd3fbb chore: Update permissions
It's unclear to me how to not commit this and proceed further.
2022-03-10 23:12:17 +00:00

17 lines
367 B
Markdown
Executable File

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
}