plan9fox/rc/bin/rc-httpd/handlers
Alex Musolino 78c7cd0c01 rc-httpd(8): avoid duplicate log output in dir-index handler
Delay calling do_log until just before emitting the response.  This avoids
calling do_log before potentially handing control to the static-index
handler, which also calls do_log.
2019-06-05 16:04:50 +09:30
..
authorize rc-httpd: support for http basic authentication, fix cgi support to work with hgweb.cgi 2015-03-14 01:02:43 +01:00
cgi rc-httpd: cleanup cgi handler 2015-06-02 16:56:19 +02:00
dir-index rc-httpd(8): avoid duplicate log output in dir-index handler 2019-06-05 16:04:50 +09:30
error rc-httpd: support for http basic authentication, fix cgi support to work with hgweb.cgi 2015-03-14 01:02:43 +01:00
redirect
serve-static
static-or-cgi
static-or-index