haproxy for IIS

2021-07-13 Thread Haproxy
Dear there, This is Jun from China. I am trying to setup haproxy to load balance IIS websites on 2 local Servers, it was achieved to load balance one website, however, I don't know how to load balance for many websites from the 2 servers where have the same websites running on. Could you

[RFC] [PATCH] BUG: http-ana: fix crash or wrong header deletion by http-restrict-req-hdr-names

2022-08-16 Thread haproxy
Hi, as suggested by Willy on GitHub, I'm submitting my patch for https://github.com/haproxy/haproxy/issues/1822. This is my first contribution, so I'm tagging it as RFC for now ;) I'm not entirely happy with using goto (suggested by Tim) to avoid hitting htx_get_next_blk call at

Re: Getting JSON encoded data from the stats socket.

2016-11-14 Thread haproxy
how commands are desired to > support output in JSON (in the near term)? > > { > "$schema": "http://json-schema.org/draft-04/schema#";, > "oneOf": [ > { > "title": "Info", >

Re: missing documentation on 51degrees samples

2016-12-01 Thread haproxy
Ping? -Patrick On 2016/10/7 13:27, Patrick Hemmer wrote: > The documentation doesn't mention the sample fetcher `51d.all`, nor > the converter `51d.single`. The only place they're mentioned is the > repo README. > > Also the documentation for `51degrees-property-name-list` indicates it > takes an

[SPAM] haproxy@formilux.org开票、普通增值税、专用17%、联系13798544434陈会计haproxy@formilux.org

2017-11-09 Thread haproxy
haproxyhaproxy尊敬的商家朋友您好,我司可长期对外优惠开具各行业:普通增值票、专用17%票、需要联系13798544434陈会计,手机微信同步。 本司承诺:所开出票据均可验证后付款、客户资料绝对保密。2017/11/10  

Re: Issue with TCP splicing

2018-08-24 Thread haproxy
private keys private key defiantly need revoked i attached key to show how easy it is to xtract from coredump you can download certificate https://crt.sh/?d=511527676 and verify signature of message.txt using openssl smime -verify -in message.txt.p7s -content message.txt -inform PEM -noverif

Un tour = le gros lot

2010-03-13 Thread haproxy
Vous êtes à un tour d'une expérience qui bouleversera votre vie - Jouez ici Http://www.vipplayzbonus.net/fr/

Un versement pour doubler votre argent

2010-03-19 Thread haproxy
Transformez votre moue en sourire and changez votre vie pour toujours - inscrivez-vous maintenant Http://www.vipplaysbonus.net/fr/

Inject some data into buffer

2010-06-10 Thread haproxy
Hello All. How to inject some data into head of client buffer before send it to backend? Is process_session() function right place to do this job? --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,160907,160907#msg-160907

about acl in ssl

2010-06-11 Thread haproxy
hi, I had a configure like this : frontend ssl localhost:443 mode tcp acl content_htm path_end .htm use_backend secure_dynamic if content_htm default_backend secure_static # for css, js etc backend secure_static ... #omit detail backend secure_static ... # omit

Re: about acl in ssl

2010-06-13 Thread haproxy
hi, sorry for late response. hm.. thx for you info ! maybe i will put on dynamic server instead, since I'm too lazy to configure it and maybe it only run 2 year (before 17 dec 2012) :P kiwi, happy hacking ! --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,1614

Re: Inject some data into buffer

2010-06-14 Thread haproxy
Thank you, this is exactly what i need. --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,160907,162298#msg-162298

haproxy 1.4.6 cacti monitoring

2010-06-22 Thread haproxy
OS: CentOS 5.5 HA-Proxy version v1.4.6 haproxy.pl v.0.27 Done everything according to http://haproxy.1wt.eu/download/contrib/netsnmp-perl/README Now I'm able to read info fields' names, but not values: $ snmpbulkwalk -c public -v2c localhost .1.3.6.1.4.1.29385.106.2.0.0 SNMPv2-SMI::e

Re: haproxy 1.4.6 cacti monitoring

2010-06-22 Thread haproxy
Hey, I had to edit my snmpd.conf to work - I'm also running HAProxy 1.4.6 Here is my whole snmpd.conf syslocation Blah, Blahlan syscontact admin rocommunity public disablePerl false perl do '/etc/snmp/haproxy.pl'; I also had to change the location of the socket in the /etc/

haproxy as a dmz/proxy for other virtual hosts? examples of config files?

2010-06-25 Thread haproxy
hello, Does anyone have any examples of simple (hopefully) haproxy configurations for simple proxy setups with no load balancing? basically i would like to have an alternative to mod_proxy. We have a number of internal virtual named-hosts on a number of different systems internally. I want to

Re: haproxy 1.4.6 cacti monitoring

2010-06-25 Thread haproxy
Yeah, just figured it out. As usual the stupidest mistake took place: three times rechecked paths, permissions etc and didn't noticed the wrong stat file extension, .sock instead of .stat. As both files actually presented I subconsciously decided that stat must have been pointed exactly to .stat

Re: haproxy 1.4.6 cacti monitoring

2010-06-25 Thread haproxy
What's for cacti templates take a look in there --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,163670,163674#msg-163674

stunnel +haproxy quirk

2010-07-22 Thread haproxy
I'm trying to use stunnel and haproxy to sit in front a web application that is completely http and running on IIS and I am experiencing a bit of a quirk. I more less took the exact config from haproxy's architecture.txt file except where I have marked changes.I can use the ht

Re: stunnel +haproxy quirk

2010-07-23 Thread haproxy
Thanks for the quick reply and thanks for all of the work on haproxy, it's been very fun to play with. If I leave the ssl processing to the back end webservers and simply use haproxy to distribute the load there is no way to make sure that client A's sessions are consistently sent to

Re: stunnel +haproxy quirk

2010-07-24 Thread haproxy
Thanks again for the response, I've come across some documentation for my app being used with a hardware appliance and the only config done on the app side is to disable ssl, which it currently is in my test set up. I found this important piece of info in the documentation also. A t

Re: stunnel +haproxy quirk

2010-08-16 Thread haproxy
Although I now have another solution in place, I'm still wondering if I could make haproxy work for me as a backup solution. I know that I can terminate SSL with stunnel and then send data on unecrypted to haproxy, but is there a utility that I can use to re-encrypt with before sending

Re: (no subject)

2010-09-14 Thread haproxy
kids jerseys NFL Jerseys MLB Jerseys NBA Jerseys NHL Jerseys Vibram Vibram Five Five Fingers fivefingers Five Fingers Kso Five Fingers Classic Five Fingers Sprint FiveFingers shoes Womens Classic Five Fingers Vibram Christian Louboutin Christian Louboutin shoes Christian Louboutin sale Christian

Re: [Support 71661] Loadballansing for diff. backendservices

2010-09-22 Thread haproxy
2010 New NFL season, choose your jersey, show your enthusiasm and support to your favorite team, just do it now !!!You can mix order with NFL Jerseys, MLB Jerseys , NBA Jerseys,NHL Jerseys and kids jerseys. Please contact us to get the wholesale price, also if with any other question, please fee

Added latency in cloud

2010-10-18 Thread haproxy
I currently have Apache acting as a proxy/load balancer in front of several backend application servers. It works pretty well, but as our traffic is ramping up I feel we need a more intelligent proxy solution. So I've come across haproxy as what seems to be the standard for extremely

Re: We have been playing around with the new RDP cookie feature in 1.4-dev4 and it works really well...

2010-11-02 Thread haproxy
Our internet site mens watches supplies quite a few manufacturers of designer designer handbags handbags like the Louis Vuitton Purses, Chanel Purses, Coach Purses and so on. They're replica handbags all in fashion which attracts many people's attention. As we know that distinct designer baggage

about acl end with .htm and it parameters

2010-11-18 Thread haproxy
hi i had a acl like this : acl content_htm path_end .htm and when i had a url which end with .htm, but also cookie value http://localhost/login.htm;jsessionid=1sockf9120r7kabg2kjfmu9sg it was unable to redirect correctly, is that any way to make it work ? many thx ! kiwi --- posted at http:

Multiple servers - intermittent slow responses

2011-01-20 Thread haproxy
Hi All, I've got a working HAProxy setup however with a strange issue. Every now and then we get client responses that take anywhere from 15-60 seconds for pages that are processed very fast on the server side. The page partially renders and is 'waiting' for the rest of th

Re: Multiple servers - intermittent slow responses

2011-01-23 Thread haproxy
Thanks for the reply Willy. I'll give your suggestions a try and report back. --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,262311,263256#msg-263256

Re: Different URL on backend

2011-01-24 Thread haproxy
equest string, and the port in the actual TCP connection. Also, Haproxy is not able to change content delivered by your application servers (which only works sometimes on all those other proxies who try to do this, btw.). Thus you need to configure your backend servers to generate URLs exactly as t

How to use halog

2011-02-18 Thread haproxy
Hi, I'm having trouble using halog on CentOS. Yes, I'm a complete n00b on CentOS. I'm in the /contrib/halog/ dir running halog -e < path_to_haproxy_0.log returns halog: command not found I know, I know I must be doing something stupid but please bear with me :) cheers, Bill --- posted at h

reqrep not working

2011-11-30 Thread haproxy
Hi, IM trying to reqrep this URL http://www.domain.net/proxy.php?application=en.server&route=/friends/listFriends?userId=xxx to http://en.server.domain.net/friends/listHotFriends?userId=xxx this is the line Im using in haproxy.cfg reqrep ([^\ ]*)\ /proxy.php?application=(.*)[^&]route=(.*)

Re: reqrep not working

2011-12-01 Thread haproxy
HI, looks like it cant be done change the host based on URI, and rewrite the URI at the same time thx all for the time to read think on the issue. Regards Owen --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,411976,412451#msg-412451

Re: reqrep not working

2011-12-05 Thread haproxy
s?userId=2905 the log Dec 5 14:31:01 localhost.localdomain haproxy[2172]: 192.168.160.193:50577 [05/Dec/2011:14:31:01.634] mainfront mainweb/server1 9/0/9/19/41 400 494 - - 0/0/0/0/0 0/0 "GET /proxy.php?application=en.community&route=mode/json/friends/listHotFriends?user

Re: reqrep not working

2011-12-07 Thread haproxy
it worked after all, missing info in the reg expression thx again --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,411976,415947#msg-415947

Re: High Tr values -- with data spike

2011-12-29 Thread haproxy
I have just joined and I hope I will learn a lot of new information here. I admire the valuable information you offered in your article. Excellent submission very good post.Keep posting thumbs up. --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,424389,424397#ms

ugg classic mini boot

2012-01-08 Thread haproxy
Also, a only underdeveloped utilisation while in the place ar manufactured of unreal heart and soul and additionally resolve every bit hone insulators to eliminate asunder all the awing expanse lieu to a lower place Embody item to clean alone with an implausibly primary boulevard eventhough opt

Query String Append

2012-01-17 Thread haproxy
I have a URL with a query string I need to append to. My example of the client URL is: http://www.domain.com:11000/something/page?id=111&time=1 The URL I want to send to the servers needs an auth key appended to it: http://www.domain.com:8000/something/page?id=111&time=1&auth=xx Ca

Re: Query String Append

2012-01-17 Thread haproxy
Thanks for the reply. I am somewhat of a regex dummy, can you give me an example of the reqirep command itself? Rick --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,431812,431851#msg-431851

Cheap ugg sweeping around the UK

2012-02-06 Thread haproxy
For the last four years, a new fashion trend has been sweeping the nation. Some have embraced it while others are amazed and confused by its success. This fashion trend is known as the cheap ugg boots uk. Although somewhat unconventional in appearance, Uggs has gained a huge following among all

Re: (haproxy) How-TO get HAPROXY to balanace 2 SSL encypted Webservers ?

2012-02-10 Thread haproxy
Hi. Willy. I am interested in your haproxy and stunnel setting "about re-encrypt the traffic between haproxy and tomcat". could you post it, please? Thanks Jie --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,230949,444281#msg-444281

Reverse proxy to external servers

2012-02-13 Thread haproxy
Hi All, Having what I hope is a simple problem to resolve with HAProxy and reverse proxy'ing to an external server. In a nutshell, our company (www.company.com) has a blog website hosted by a 3rd party (blog.3rdparty.com). We want users to see the blog site by browsing to www.compan

Re: (haproxy) How-TO get HAPROXY to balanace 2 SSL encypted Webservers ?

2012-02-13 Thread haproxy
does your configuration only work for Haproxy 1.5? I am using Haproxy 1.4.8 Thx Jie --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,230949,445256#msg-445256

Rate limit spider / bots ?

2012-02-13 Thread haproxy
Hi folks Been using haproxy for a while now and love it load balancing apache and nginx web server clusters and I am glad to have stumbled across this forum :) The question I have is, is it possible to rate limit spider and bots by user agent from haproxy level ? i.e. rate limit yandex and

Re: (haproxy) How-TO get HAPROXY to balanace 2 SSL encypted Webservers ?

2012-02-14 Thread haproxy
Hi. I have a qeustion about traffic between HAProxy backend and Stunnel server. Per your configuration, HaProxy will connect 127.0.1.2:80 after the load balancing. Will HaProxy connect back to that port with SSL, even thougth the stunnel enables client=yes mode? My understanding is that

Re: Rate limit spider / bots ?

2012-02-15 Thread haproxy
John how would i go about using acl ? I thought rate-limit option didn't support backends http://code.google.com/p/haproxy-docs/wiki/rate_limit_sessions ? --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,445347,446647#msg-446647

Re: Rate limit spider / bots ?

2012-02-16 Thread haproxy
Thanks John gives me other ideas would this work ### frontend www_fe bind :80 mode http maxconn 4096 default_backend www_be option contstats acl spiderbots hdr_sub(user-agent) -i -f /etc/haproxy/spiderbotlist.lst use_backend spider_backend if spiderbots backend spider_backend acl too_fast

Re: Rate limit spider / bots ?

2012-02-17 Thread haproxy
sweet so bumping tcp-request inspect-delay from 1500ms to 3s dramatically slowed down activity :) tried apachebench with tcp-request inspect-delay of 1.5s, 2s and 3s giving me 217 req/s, 97 req/s, and 67 req/s respectively. Without rate limiting around 948 req/s thanks Baptiste --- posted at

Re: Rate limit spider / bots ?

2012-02-17 Thread haproxy
yeah very simple implementation i have it working on a live site right now - pretty good to see live spider bot activity on haproxy admin stats end too if you blog posted config, what does this live do exactly acl spiderbots hdr_cnt(User-Agent) eq 0 is it to because bots head length usually

option http-server-close vs httpclose

2012-02-17 Thread haproxy
Reading the v1.5 documentation, i am confused as to when these 2 options should be used and their difference option http-server-close http://code.google.com/p/haproxy-docs/wiki/http_server_close vs option httpclose http://code.google.com/p/haproxy-docs/wiki/httpclose ?? --- posted at http

Re: option http-server-close vs httpclose

2012-02-17 Thread haproxy
Thanks Baptiste :) --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,447778,447858#msg-447858

haproxy bug or by design ? acl path_beg overriding stick-table rate limiting ?

2012-02-17 Thread haproxy
Reading up on 2 blog posts regarding DDOS protection via haproxy stick-tables http://blog.serverfault.com/2010/08/26/1016491873/ http://blog.exceliance.fr/2011/08/25/protect-apache-against-apache-killer-script/ Problem i tried testing this on my local test server with haproxy v1.5 dev7. But it

Re: haproxy bug or by design ? acl path_beg overriding stick-table rate limiting ?

2012-02-18 Thread haproxy
K enabled logging in haproxy but even more confused i think i had a misconfiguration the problem my www_backend had incorrect conn rate limit set as 200bytes acl DATARATE_ABUSER sc2_bytes_out_rate gt 200 instead of acl DATARATE_ABUSER sc2_bytes_out_rate gt 2000 but in either case

Re: haproxy bug or by design ? acl path_beg overriding stick-table rate limiting ?

2012-02-18 Thread haproxy
looks like problem was with forward slashes match acl imagepath path_beg /images/ acl imagepathforums path_beg /forums/images/ use_backend imagepath_backend if imagepath or imagepathforums doesn't work acl imagepath path_beg /images acl imagepathforums path_beg /forums/images use_backend imag

PROXY protocol and "balance source"

2012-02-28 Thread haproxy
Hi Folks, When using stud/stunnel in front of HAProxy, and using the PROXY protocol - Is it possible to make "balance source" distribute based on the client ip (from the PROXY protocol) rather than the ip of the decryption engine? Thanks, Alex --- posted at http://www.serverphorum

Re: PROXY protocol and "balance source"

2012-03-05 Thread haproxy
Perhaps I'm having a problem with my specific implementation. If I balance source at haproxy before SSL decryption and send traffic on, I get routed to a number of different backend servers from different IPs. If I use LVS to direct incoming traffic to a group of stud SSL decryptors with

Re: HTTP -> HTTPS redirects

2012-03-06 Thread haproxy
If you are not using HAProxy for SSL offloading you can use mode tcp to forward https connections on port 443 to backend servers: pool xyz IP:443 mode tcp options ... server .. server .. -neo --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,456430,457310

Re: PROXY protocol and "balance source"

2012-03-27 Thread haproxy
I think Stud is working on IPV4, but reporting the PROXY line as TCP6 PROXY TCP6 :::127. 0.0.1 :: 52460 7302\r\n When Haproxy goes to hash it: /* backend.c */ case BE_LB_HASH_SRC: if (s->req->prod->addr.from.ss_family ==

Re: PROXY protocol and "balance source"

2012-03-27 Thread haproxy
I am using haproxy 1.5-dev7, but I compiled a dev8 version yesterday and saw the same thing, so that is why I investigated a little more. stud is the master git branch. All traffic coming through our stud will be ipv4 as both the IPVS and haproxy virtual ips we are bound to are ipv4. We could

Monster Energy hats, Monster hats

2012-03-31 Thread haproxy
Monster Energy Hats was on his head at the time, and also another girl, who was, Isupposed, from the strong likeness between them, her sister. She had the same mass of soft brown hair. But to me her monster energy hats appeared almost common place in comparison.

red bull hats low classes, fix around second relate after seeing

2012-03-31 Thread haproxy
gram according to Nuo can truely of success' spreading Edward's accident that a fireball Shu brings is big. Want to know although the fireball Shu just fastens magic trick for the fire of low class most , , once success of spread, represent a gram depend on Nuo F through can the feeling know and

wholesale dc hats however

2012-03-31 Thread haproxy
Debt settlement can save you thousands of dollars,wholesale dc hats, but can also be a complicated process if you are working alone. A professional team can really simplify the process of reducing your debt, and will only charge you for services after the settlement are complete. You should know

How do I correctly self-manufacture custom snapback hats?

2012-03-31 Thread haproxy
I understand Ill need fabrics/templates and sewing guidelines along with plastic snaps,etc. where can i find these pieces and how do i make it all come together in good quality? --- Snapback Hats Snapback Caps --- posted at http://www.serverphorums.c

Ergo baby carrier discount of baby carrier

2012-04-04 Thread haproxy
As we all konw,ergo amoebic baby carrier is absolute able for connected walks and you can get your baby in and out of it easily.In 2010, ERGO has produced three ancestors of the Appropriately amoebic baby carrier,The Appropriately amoebic baby carrier is created by the across of the fabric;The N

Re: redirect prefix, use variable host

2012-05-16 Thread haproxy
I think I am in this exact same boat. I have a site with wildcard subdomains as well. Is there an ETA on this this pattern extraction? I browsed the changelogs up through 5/14/2012 and it looks like there could be some possible headway on this. Can someone please confirm? Are there any other c

reqadd does not always add header

2012-05-16 Thread haproxy
I have this simplified frontend: frontend all bind 0.0.0.0:80 bind 0.0.0.0:81 # secure acl is-ssl dst_port 81 reqadd X-Proto:\ SSL if is-ssl This all makes sense. But then I look at my nginx logs (last entry on the line is X-Proto): 16/May/2012:08:29:06 -0700 GET /login

Pandora jewellery well-liked together

2012-05-17 Thread haproxy
Some interesting details regarding the Pandora beads Pandora appeal Storm pandora beads trend components market. These women and ladies have been incredibly welcome. Pandora beads form a vital portion with the stylish jewelery, due to its awesome design and simple to customize, thus developing

Re: redirect prefix, use variable host

2012-05-17 Thread haproxy
if | unless} Since at this point we have the scheme and the host built, would it make sense for to be a specified path or use the path given in the original request (if omitted)? I would love to see this in a dev release. I am somewhat new to HAProxy, so I am not sure of your release sched

haproxy -> varnish -> backend server

2012-06-05 Thread haproxy
Hi guys Originally we had haproxy in front and connecting to backend server haproxy -> backend server and applications and backend server see the real client ip fine without any issues But we decided to try adding Varnish cache in between haproxy -> varnish -> backend server

Re: haproxy -> varnish -> backend server

2012-06-05 Thread haproxy
Thanks David, your suggestion helped move me closer to solution, just have to confirm whether it's working completely as some visitors still show haproxy ip within the app itself on backend, but not sure if that is a cached value by the app. Sebastien, yeah normally that would be what I

Re: haproxy -> varnish -> backend server

2012-06-19 Thread haproxy
Just coming back to update you all on the solution. It was as David suggested just not letting varnish manipulate X-Forwarded-For, allowed haproxy -> varnish configuration to work for the app :D Thanks for your help guys.. --- posted at http://www.serverphorums.com http://www.serverphorums.

Re: iptables performance impact

2012-08-13 Thread haproxy
Hello, The only performance data I've seen is what impact do ACLs have on a router and firewall targeted at SMBs with an 'Allow-only' US policy. They then compared it to using an IP Blocker appliance to cut the noise on the perimeter before it reached devices deeper in the network. http://www.

HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread haproxy
Good morning people, since yesterday i have an existing problem that i can't solve without any help.. Topology: pfsense (Reverse+transparent proxy (haproxy), Load Balancer (of pfsense), SSL termination (stunnel)) after pfsense i have 2 web servers that pfsense load balance them. Here i

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread haproxy
Hi Baptiste, It's a VM and generally i don't think that it needs compile with transparent proxy enabled in the packages of pfsense there is haproxy and haproxy supports transparency. Regards, --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,552462,

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread haproxy
Yeah, the all thing is not this. The transparent proxy is the last thing i want to know. --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,552462,552500#msg-552500

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread haproxy
I said it very clearly, that i have found how to make it transparent, and i said also the exact way to do it. I want help with the set up of the reverse proxy. This... Regards, --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,552462,552583#msg-552583

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread haproxy
Yes and i am asking how to set up haproxy to works as a reverse proxy. Because haproxy can do load balance too. Regards, --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,552462,552625#msg-552625

how to submit mail and how to relay mails from haproxy for outgoing mails

2012-09-05 Thread haproxy
I want to load balance postfix for outgoing mails.my network configuration is as follows. php application --->postfix:25(localhost)---->haproxy(localhost)-->multiple smtp server's for mail relaying to other domains I have configured haproxy. but i am confused with b

How to connect Haproxy from postfix ?

2012-09-15 Thread haproxy
I have configured Haproxy and it's running fine. Haproxy also sending connection check on backend smtp server. now please tell me how i can connect Haproxy from postfix server to receive mails from postfix and send mails to backend server's postfix to deliver all mails by backend serv

Re: How to connect Haproxy from postfix ?

2012-09-15 Thread haproxy
0] my backend postfix smtpd configuration in /etcpostfix/main.cf looks like smtpd_recipient_restrictions = permit_mynetworks defer smtpd_upstream_proxy_protocol = haproxy smtpd_upstream_proxy_timeout = 5s Now please tell me where i am doing bad stuff in smtpd settings ? --- posted a

can we authenticate Haproxy to submit mails on backend server?

2012-09-17 Thread haproxy
I have configured haproxy and it's working fine but when haproxy submit mails to smtp server it's not open relay it requires smtpd authentication to submit mails. how i can authenticate haproxy to submit mails to another postfix . --- posted at http://www.serverphorum

Re: git clone hangs?

2012-09-24 Thread haproxy
I had this same problem and it turned out to be an ssh problem, my .ssh directory did not have the correct permissions (which are 700). --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,407517,568942#msg-568942

1,5-dev12 TLS1.2

2012-09-24 Thread haproxy
Hello, Excellent news on SSL coming to HAProxy, thanks for all the hard work! I wonder if somebody could please help? Firstly, my HAProxy -vv gives me the following; HA-Proxy version 1.5-dev12 2012/09/10 Copyright 2000-2012 Willy Tarreau Build options : TARGET = linux2628 CPU

Re: 1,5-dev12 TLS1.2

2012-09-25 Thread haproxy
Hi Willy, Thanks for the response. It prompted me to look a bit closer and I found that whilst the compile was completing OK, and obviously the haproxy -vv was showing the 1.0.1c version, some mucked up symbolic links on the machine were still pointing to 0.9.8 shared libraries, and so it

SSL connection logging

2012-10-07 Thread haproxy
Hi All, Now running the patched (20121006) 1.5-dev12 as a test - glad to see the ECDHE support and it looks to be working well. Does the new version provide any detailed logging on the SSL connections established e.g. ciphers/protocols negotiated particularly for inbound connections? It's just

Re: SSL connection logging

2012-10-08 Thread haproxy
he > event of having to debug issues, especially where connections from the > public are involved? Thanks I would go further, it's essential. Haproxy has always shone in the area of logging, we can't reasonably stay this way without any information telling us at least whether the connec

SSL protocol version determination

2012-11-01 Thread haproxy
Possibly a numpty question..but anyway.. Using 1.5dev12 (build 20121023) Is there any way I can config haproxy to pick up the SSL protocol version that has been negotiated between server and client. So that if say the best a client can negotiate is something lower than TLS1.0, then I can send

Re: SSL protocol version determination

2012-11-02 Thread haproxy
Hi Willy/Baptiste, Excellent, thanks for the rapid response - I'll give this a try. Best Regards, Andy --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,593921,594245#msg-594245

Re: HAProxy 1.5 Dev12 SSL Segfault w/ssl_sni

2012-11-02 Thread haproxy
Are you using the latest build (now 20121030)? I believe there was a known segfault issue in 20121021 that has since been fixed Regards, Andy --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,594310,594344#msg-594344

Nike Air Max and Air Utmost twenty four-heptad string

2013-03-07 Thread haproxy
Nike transformation, mainly from hip-hop on the inspiration on the nike air max shoes. Additionally, as a result of interest in the world wide web amid young adults, Nike begun to accept a different key phrase. Air flow Utmost evolved into accessible in the web based retailer as well as online s

Is this possible in HAPROXY 1.4

2013-04-14 Thread haproxy
Hi All, We have been testing HAPROXY 1.4 on a Cloud environment for a forthcoming implementation, due to the constraints on the cloud providers SLB we decide to look at using something else. So I implemented HAPROXY, and everything seemed to be going smoothly, until we started doing some

Re: Is this possible in HAPROXY 1.4

2013-04-14 Thread haproxy
Hi Lucas, Thanks for taking the time to respond. It might help explain further how the environment is set-up. The data flow goes: User -> Internet -> Cloud Firewall -> Cloud SLB -> DMZ Web Agent -> - HAPROXY -> Lifreray Application The SSL termination is done at the

Re: Is this possible in HAPROXY 1.4

2013-04-15 Thread haproxy
Thanks Lukas, much appreciated. I'll play around some more. --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,690173,690397#msg-690397

Balance Roundrobin vs Balance Source

2013-04-18 Thread haproxy
Hi All, We have HAPROXY 1.4.22 running in our environment, one issue that I have encountered during testing concerns source IP address affinity, we are trying to achieve a form of Sticky Session persistence. I noticed that if we have the following configuration in place then we experience

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2013-04-30 Thread haproxy
Hi, anksoWX. HAProxy now supports SSL termination as well. I cannot say anything about your topology, but the same can be achieved in a better way by installing HAProxy on pfSense inside a FreeBSD jail. You can check out the link below If you are strugging with pfSense packages for HAProxy. I

Any haproxy + nginx (ngx_pagespeed) users ?

2013-05-05 Thread haproxy
Curious anyone tried using haproxy to load balance Nginx backends which have Nginx Pagespeed ngx_pagespeed module enabled ? And are using CDN pull services ? Problem is a bit complex, so just linking to the full explanation at https://groups.google.com/d/topic/ngx-pagespeed-discuss/-pX4cRlcwas

Re: keep alive on both client and server side and x-forwarded-for

2013-05-10 Thread haproxy
Thnx Willy, understand now. I am afraid this not an option for my case. But generally, could this feature be added in the future? I think, from the usage point of view, that is reasonable request: I would like to know the client IP on my server, not the IP of the machine HAProxy is running on

Re: HAproxy & tproxy problem when try to make transparent proxy

2013-05-15 Thread haproxy
Hello, L. Alberto Giménez ha scritto: > Please check that: > > * You have the tproxy enabled in your kernel > * You have haproxy compiled with tproxy support > > Your backend servers *can't* see the clients directly (i.e., they have > the haproxy box as default gatew

Re: bytes_sent?

2013-05-15 Thread haproxy
This is already present in haproxy 1.5. 1.5 has a `log-format` parameter which lets you specify a custom format. The format has a `%U` parameter which is the number of bytes sent by the client. -Patrick On 2013/15/05 02:23, Joel Krauska wrote: > The HTTP Log Format tracks bytes_read, wh

Haproxy 1.5 dev + Nginx 1.4.1 + SPDY

2013-05-20 Thread haproxy
Hi I currently have Haproxy 1.5 dev18 as a load balancer to 2x Nginx 1.4.1 backend servers. The site i.e. mydomain.com is currently all http:// non-SSL based. I want to utilise SPDY/SSL for mydomain.com at https://mydomain.com. However, trying to get my head around the best way to accomplish

Re: Spy a cell phone anywhere in the world.

2013-05-31 Thread haproxy
I found website www.copy9.com. oh copy9 has many feature such as Ambient Voice Record, Yahoo Messenger Chat, Whatpsapp, Key Logger, Voice Memos, Notes, Photo Camera Roll (Pictures)... with lower price compared with spytic. Oh my god --- posted at http://www.serverphorums.com http://www.serverpho

  1   2   >