diff --git a/bin/contrib/rc-httpd/handlers/__mkfstmp b/bin/contrib/rc-httpd/handlers/__mkfstmp deleted file mode 100644 index 4d8a2d4..0000000 --- a/bin/contrib/rc-httpd/handlers/__mkfstmp +++ /dev/null @@ -1,14 +0,0 @@ -#!/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