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
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