Loading CHANGES +2 −0 Original line number Diff line number Diff line Changes with Apache 2.0.19-dev *) apxs no longer generates ap_send_http_header() in the example handler *) Fix an ab problem which could cause a divide-by-zero exception with certain invocations (e.g., ab -k -c 6 -n 100 localhost/). [Ian Holsman <ianh@cnet.com>] Loading support/apxs.in +1 −1 Original line number Diff line number Diff line Loading @@ -636,7 +636,7 @@ static int %NAME%_handler(request_rec *r) return DECLINED; } r->content_type = "text/html"; ap_send_http_header(r); if (!r->header_only) ap_rputs("The sample page from mod_%NAME%.c\n", r); return OK; Loading Loading
CHANGES +2 −0 Original line number Diff line number Diff line Changes with Apache 2.0.19-dev *) apxs no longer generates ap_send_http_header() in the example handler *) Fix an ab problem which could cause a divide-by-zero exception with certain invocations (e.g., ab -k -c 6 -n 100 localhost/). [Ian Holsman <ianh@cnet.com>] Loading
support/apxs.in +1 −1 Original line number Diff line number Diff line Loading @@ -636,7 +636,7 @@ static int %NAME%_handler(request_rec *r) return DECLINED; } r->content_type = "text/html"; ap_send_http_header(r); if (!r->header_only) ap_rputs("The sample page from mod_%NAME%.c\n", r); return OK; Loading