]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_status.patch
- add fix for mod_status (average requests miscalculated)
[packages/lighttpd.git] / lighttpd-mod_status.patch
1 --- lighttpd-1.3.7/src/mod_status.c~    2004-12-04 17:37:36.000000000 +0200
2 +++ lighttpd-1.3.7/src/mod_status.c     2005-01-10 21:40:11.000000000 +0200
3 @@ -117,7 +117,7 @@
4                 s->config_url    = buffer_init();
5                 s->status_url    = buffer_init();
6                 
7 -               cv[1].destination = s->status_url;
8 +               cv[0].destination = s->status_url;
9                 cv[1].destination = s->config_url;
10                 
11                 p->config_storage[i] = s;
This page took 0.044659 seconds and 3 git commands to generate.