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 add rc-httpd 2013-02-04 16:40:05 -06:00
serve-static rc-httpd/handlers/serve-static: restore simple test for file type and hardcode max_age to 1 hour (thanks eekee) 2014-07-11 23:24:27 -04:00
static-or-cgi add rc-httpd 2013-02-04 16:40:05 -06:00
static-or-index add rc-httpd 2013-02-04 16:40:05 -06:00