Re: [EMAIL PROTECTED] ProxyTimeout and mod_rewrite proxy request

2008-01-30 Thread Christian Folini
On Wed, Jan 30, 2008 at 10:29:33PM +0300, Alexey Vlasov wrote: > My config is rather simple, everything is set by default. Cut down the default. You are hunting a config error or bug, so you need to get the smallest sample, that triggers your timing error. So go wtih a single file httpd.conf (-> S

Re: [EMAIL PROTECTED] ProxyTimeout and mod_rewrite proxy request

2008-01-30 Thread Alexey Vlasov
Hi Christian! Thanks for your answer. My config is rather simple, everything is set by default. Here is also: # grep -ri timeout /etc/apache_aux2/ | grep -v original /etc/apache_aux2/extra/httpd-default.conf:# Timeout: The number of seconds before receives and sends time out. /etc/apache_aux2/e

Re: [EMAIL PROTECTED] ProxyTimeout and mod_rewrite proxy request

2008-01-29 Thread Christian Folini
Hey Alexey, There is an issue with ProxyTimeout in Apache 2.0, but Apache 2.2 seemed to work as advertised when I ran tests a few months back. Your results look strange to me. My setup was very similar to yours, but I used netcat as application server. application server: netcat -l -p 8

[EMAIL PROTECTED] ProxyTimeout and mod_rewrite proxy request

2008-01-29 Thread Alexey Vlasov
Hi, Hi, I use Apache 2.2.8 (2.2.6) worker mpm as frontend proxy server for working up static requests. And Apache 2.2.3 mpm prefork (as backend) with mod_php serves to work up dynamic requests, in this case, for PHP scripts. I separate static from dynamic in worker with simple rules mod_rewrite,