Re: [users@httpd] 408 timeout with mod_rewrite redirect to another server

2013-08-06 Thread Travis Jensen
On 8/5/13 3:57 PM, Igor Cicimov wrote: On 06/08/2013 4:21 AM, "Travis Jensen" <mailto:travis.jen...@oracle.com>> wrote: > > I've got a fairly simple rewrite rule that bounces our Python pycurl client from the main server to a new server that actually dishes o

[users@httpd] 408 timeout with mod_rewrite redirect to another server

2013-08-05 Thread Travis Jensen
I've got a fairly simple rewrite rule that bounces our Python pycurl client from the main server to a new server that actually dishes out the file: |RewriteRule ^/update-repository/windsington(/.*)?$ http://newsvr.example.com/update-repository/windsington-real$1 [R=307,L] | Our client downloa