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 8080 and on the client: netcat hostX 80 < /tmp/get-request Then run tcpdump to see all packets flying between the hosts/ports. I suggest you cut down your config as much as you can and make sure there are no other timeout settings anywhere. regs, Christian On Wed, Jan 30, 2008 at 07:34:57AM +0300, Alexey Vlasov wrote: > 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, > for example: > ... > RewriteCond %{HTTP_HOST} ([^/:]*)(.*) > RewriteRule ^([^?]*)\.php(.*)$ http://%1:8080%{REQUEST_URI} [NC,L,P] > ... > > When backend doesn't answer on requests, frontend returns to the client > an error 502 Proxy Error. > > I want to increase timeout for getting this error. I tried to use > Timeout 300, ProxyTimeout 300 in httpd.conf, but it didn't bring any > result, timeout is 180 seconds. > I check it this way: > > $ cat sleep.php > <?php ini_set ('max_execution_time', '3600'); sleep (600); ?> > > $ time wget -T 3600 http://test-apache.hu/sleep.php > --21:23:42-- http://test-apache.hu/sleep.php > => `sleep.php' > Resolving test-apache.hu... 111.222.222.111 > Connecting to test-apache.hu|111.222.222.111|:80... connected. > HTTP request sent, awaiting response... 502 Proxy Error > 21:26:43 ERROR 502: Proxy Error. > > real 3m1.556s > user 0m0.000s > sys 0m0.004s > > Does anyone have ideas what the timeout is and how to increase it? > > -- > BRGDS. Alexey Vlasov. > > --------------------------------------------------------------------- > 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-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx