--- lighttpd-1.3.7/src/mod_status.c~ 2004-12-04 17:37:36.000000000 +0200 +++ lighttpd-1.3.7/src/mod_status.c 2005-01-10 21:40:11.000000000 +0200 @@ -117,7 +117,7 @@ s->config_url = buffer_init(); s->status_url = buffer_init(); - cv[1].destination = s->status_url; + cv[0].destination = s->status_url; cv[1].destination = s->config_url; p->config_storage[i] = s;