[users@httpd] proxy_html: slowness problems when using ProxyHTMLEnable

2012-12-15 Thread Christoph Anton Mitterer
Hi. This is about using the external mod_proxy_html (3.1) with Apache 2.2... but I guess it’s largely identical to the one included in Apache 2.4. The setup I have is working, but it’s quite slow (and the machine is extremely powerful, 16 cores, 92 G RAM, fastest disks... 10GbE networking). The

Re: [users@httpd] How to retrieve IP address of incoming packets in text file using httpd source code

2012-12-15 Thread Eric Covener
On Sat, Dec 15, 2012 at 5:04 AM, Bhavna Saini wrote: > Thanks Eric. I need.one more help. > In mod_log_config file, I found "r->connection->remote_ip" and > "r->connection->local_ip" fields. To retrieve the values of these fields i > wrote a small code in "mod_log_config" file itself under "stati

Re: [users@httpd] How to retrieve IP address of incoming packets in text file using httpd source code

2012-12-15 Thread Bhavna Saini
Thanks Eric. I need.one more help. In mod_log_config file, I found "r->connection->remote_ip" and "r->connection->local_ip" fields. To retrieve the values of these fields i wrote a small code in "mod_log_config" file itself under "static const char*log_remote_address(request_rec *r, char *a)" whic