ref: 2aff96f17c4127617a48f75032c13e19cd3eb4a9
dir: /rc/bin/rc-httpd/handlers/static-or-cgi/
#!/bin/rc cgiargs=$* fn error{ if(~ $1 404) exec cgi $cgiargs if not $rc_httpd_dir/handlers/error $1 } if(~ $location */) exec cgi $cgiargs if not exec serve-static