Invoice

2015-01-13 Thread home.man...@yahoo.com
To whom it may concern. Thank you for choosing our services. I've attached the invoice for your convenience. Invoice Date: Tue, 13 Jan 2015 Respectfully, JOANN BULATOVICH U/W The Annie Mae Lodge Invoice.doc Description: Binary data

第15届古镇灯博会(春季展)邀请函

2015-01-13 Thread 灯博会

Re: Haproxy SSL Redirection issue

2015-01-13 Thread RAKESH P B
Hi Cyrill, Thanks for the update. I'll check with my developer and let you know how the way SSL offloading support in Application side. On Tue, Jan 13, 2015 at 3:14 AM, Cyril Bonté wrote: > Hi, > > Le 12/01/2015 22:27, RAKESH P B a écrit : > >> Hi All, >> >> Can I have an update on this. >> >

Re: errorfile on bakend

2015-01-13 Thread Pavlos Parissis
On 13/01/2015 12:36 μμ, Jarno Huuskonen wrote: > Hi, > > On Tue, Jan 13, Pavlos Parissis wrote: >> Hoi, >> >> I am trying to return a specific 200 response when URL matches a ACL but I >> get >> back 503. Where is my mistake? >> >> frontend mpla >> acl robots.txt path_beg /robots.txt >> >>

Re: errorfile on bakend

2015-01-13 Thread Jarno Huuskonen
Hi, On Tue, Jan 13, Pavlos Parissis wrote: > Hoi, > > I am trying to return a specific 200 response when URL matches a ACL but I get > back 503. Where is my mistake? > > frontend mpla > acl robots.txt path_beg /robots.txt > > use_backend bk_robots if robots.txt > > default_backend

errorfile on bakend

2015-01-13 Thread Pavlos Parissis
Hoi, I am trying to return a specific 200 response when URL matches a ACL but I get back 503. Where is my mistake? frontend mpla acl robots.txt path_beg /robots.txt use_backend bk_robots if robots.txt default_backend foo_com backend bk_robots mode http errorfile 200 /etc/ha