shithub: riscv

ref: b51b623725ce394a1f9f12686f043c1cc3bba7c9
dir: /rc/bin/rc-httpd/handlers/static-or-cgi/

View raw version
#!/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