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

2013-08-06 Thread Igor Cicimov
On 07/08/2013 5:23 AM, "Travis Jensen" wrote: > > On 8/5/13 3:57 PM, Igor Cicimov wrote: >> >> >> On 06/08/2013 4:21 AM, "Travis Jensen" 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 out the f

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" > 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 out the file: > > RewriteRule ^/u

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

2013-08-05 Thread Igor Cicimov
On 06/08/2013 4:21 AM, "Travis Jensen" 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 out the file: > > RewriteRule ^/update-repository/windsington(/.*)?$ http://newsvr.example.com/update-repository/w

[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