Hi. All.

In mod_proxy_http.c, I globally declared a variable, like unsiged int count = 0;

And I make it increase whenever the proxy gets a new http request.

I expect it increases like 1, 2, 3, 4,... but it is always same 1.

Does anydoby know why this happens? How can I use a global variable in
mod_proxy_http?

I am really new to this proxy stuff. I hope somebody can anwser to my
simple question.

Thanks.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to