ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. haproxy
    Log in to post
    • All categories
    • scottalanmiller

      Anyone Know a Good GUI for HAProxy?
      IT Discussion • haproxy • • scottalanmiller

      28
      0
      Votes
      28
      Posts
      8434
      Views

      stacksofplates

      @thejb said in Anyone Know a Good GUI for HAProxy?:

      @scottalanmiller

      $1200 does seem crazy, but it is an ADC not just a GUI for HAProxy.

      Some features include an Accelerator built upon nginx, WAF for security, GSLB and high availability.

      For more information on the features - https://www.snapt.net/platforms/aria-adc/features

      Is there a reason that you don't natively support deployments to things like k8s? It seems crazy this day and age to not have first class support for that seeing as almost everything will be there. Esp in the enterprise space where this has to be marketed for.

    • Emad R

      how do you deal with SPOF with HAproxy
      IT Discussion • spoif haproxy ha • • Emad R

      15
      0
      Votes
      15
      Posts
      404
      Views

      dbeato

      We use DNS health checks for this, Route53 and CLoudFlare have this but it comes at a n additional cost.

    • Dashrender

      Moving to Cloudflare proxy
      IT Discussion • haproxy • • Dashrender

      16
      0
      Votes
      16
      Posts
      287
      Views

      scottalanmiller

      @Dashrender said in Moving to Cloudflare proxy:

      Seriously you want me to buy another domain to fix this?

      Yes, because someone screwed up with the original domain, so yes, you need to either fix that or do something to work around it. Mistakes have costs, this is a pretty trivial one.

    • JaredBusch

      My config for HAPRoxy and Exchange 2013
      IT Discussion • haproxy config • • JaredBusch

      10
      4
      Votes
      10
      Posts
      6155
      Views

      JaredBusch

      @bradhawkins said in My config for HAPRoxy and Exchange 2013:

      Thank you so much for sharing your config, I have not found anything else that works for Exchange 2016 and this works perfectly. :grinning_face_with_smiling_eyes:

      Glad it works for you. I do not have a client with on prem 2016 to test with.

    • E

      FTP Connection in the HAproxy
      IT Discussion • reverse proxy haproxy ftp • • Emsanator

      12
      0
      Votes
      12
      Posts
      7875
      Views

      JaredBusch

      https://serverfault.com/questions/663855/haproxy-for-load-balancing-vsftpd-servers

    • JaredBusch

      HAProxy fails to start on reboot
      IT Discussion • haproxy • • JaredBusch

      20
      1
      Votes
      20
      Posts
      2175
      Views

      scottalanmiller

      @jaredbusch said in HAProxy fails to start on reboot:

      @scottalanmiller said in HAProxy fails to start on reboot:

      In /etc/sysctl.conf can you add this line?

      net.ipv4.ip_nonlocal_bind = 1

      Or just do...

      echo "net.ipv4.ip_nonlocal_bind = 1" >> /etc/sysctl.conf

      That did it.
      WTF did I just do? I can read, so I get the general idea.

      For load balancing it needs to be able to bind to non-local ports. For some reason the install did not set this which it seems like it should have done.

    • JaredBusch

      HAProxy not workign with SELinux enforcing
      IT Discussion • haproxy selinux • • JaredBusch

      18
      1
      Votes
      18
      Posts
      4658
      Views

      JaredBusch

      @jaredbusch said in HAProxy not workign with SELinux enforcing:

      Apparently i never setup this server to auto update...

      Ayup.....

      [[email protected] ~]# dnf -y update Last metadata expiration check: 0:08:45 ago on Mon 27 Nov 2017 06:44:36 PM CST. Dependencies resolved. ================================================================================================================================== Package Arch Version Repository Size ================================================================================================================================== <snip> Upgrading: selinux-policy noarch 3.13.1-260.14.fc26 updates 508 k selinux-policy-targeted noarch 3.13.1-260.14.fc26 updates 9.4 M <snip> Transaction Summary ================================================================================================================================== Install 3 Packages Upgrade 43 Packages Remove 3 Packages
    • JaredBusch

      How can I find HAProxy log history with Fedora 26
      IT Discussion • journald journalctl fedora haproxy • • JaredBusch

      4
      1
      Votes
      4
      Posts
      1175
      Views

      stacksofplates

      @jaredbusch said in How can I find HAProxy log history with Fedora 26:

      @stacksofplates well that was a bust. it only shows errors related to the service itself.

      journalctl -u haproxy

      I need to find connection errors.
      Will hit the googles in an hour when I arrive on site.

      Ah ok, I didn't realize it doesn't log that automatically ( I don't ever use HAProxy). This may help from https://serverfault.com/questions/647395/haproxy-not-logging-requests

      0_1510852566717_haproxy.png

    • Ambarishrh

      Stack Overflow: The Architecture - 2016 Edition
      IT Discussion • stackoverflow architecture haproxy elasticsearch • • Ambarishrh

      4
      1
      Votes
      4
      Posts
      1134
      Views

      scottalanmiller

      @Ambarishrh said:

      was wondering the same, they could move all the Linux and save quite a lot of cost

      They are "all in" on MS technologies. I followed them when they were building the system. Their sponsor is a 100% MS devotee (he's the father of VBA, for that matter) and there is no way that they would consider something based on logic. They were the pioneer user of the .NET MVC system and everything they have done is based on total lock in to MS, which has its advantages. But overall, they are using costly, slow components to do work. I'm sure that it works pretty well, but as good as it could? No way.

      We've seen other communities like that make odd technology decisions leaving them locked in to old schemes and costing a fortune to do what is cheap with modern design choices.

    • coliver

      RHEL7 Unable to bind HAProxy Stats to TCP Port 82
      IT Discussion • rhel haproxy tcp centos rhel 7 centos 7 networking load balancer • • coliver

      10
      2
      Votes
      10
      Posts
      3735
      Views

      coliver

      @JaredBusch said:

      @coliver said:

      @JaredBusch said:

      Disabke SELinux and see if it works. Then if so, add the port as allowed to SELinux?

      Looks like it was SELinux, setting it to permissive allowed the port to be used. Now to figure out how to allow the port in SELinux.

      semanage port -m -t http_port_t -p tcp 82

      That did it thanks.

    • mlnews

      HAProxy 1.6 Has Released
      News • haproxy • • mlnews

      33
      1
      Votes
      33
      Posts
      5832
      Views

      Reid Cooper

      HAProxy is very cool. It is used nearly everywhere that I look with cloud hosted applications.