shithub: werc

ref: 9f88cc5903b371902bf4ec365d408b60460028f1
dir: /bin/contrib/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