|
From: Neil B. <ph...@fn...> - 2015-07-04 11:07:21
|
On 26/03/15 19:29, Neil Bird wrote:
> I'm trying to resurrect my proxytunnel configuration, but I'm
> suffering something I didn't see when I last tried it OK.
> mod_proxy_connect.c(183): (70007)The timeout specified has expired: [client 127.0.0.1:39863] AH01018: error on client - ap_get_brigade
No ideas why this is a fix, but it seems to solve it for me:
# Inside <VirtualHost _default_:443>
RequestReadTimeout header=0,MinRate=500 body=0,MinRate=500
From http://blog.halberom.co.uk/mod_proxy_connect-and-mod_reqtimeout.html
--
[phoenix@fnx ~]# rm -f .signature
[phoenix@fnx ~]# ls -l .signature
ls: .signature: No such file or directory
[phoenix@fnx ~]# exit
|