[users@httpd] programmatic control of paths to site

2018-04-29 Thread Joseph L. Casale
I have an apache virtual server that proxies requests to a local service. I need to programmatically deny access to various child paths during certain local maintenance operations. Rather than create discrete instances for each child path that I could stop, is there a more elegant solution to handl

[users@httpd] ab bugs and a misfeature

2018-04-29 Thread Allen McIntosh
1) The misfeature: The percentiles that ab prints to stdout do not match the values it prints to the .csv file. Lines 1157-1158 of the current trunk version of ab.c: printf(" %d%% %5" APR_TIME_T_FMT "\n", percs[i], ap_round_ms(stats[(unsigned long)done * percs[i] / 100].time));