ZbeulFanix ⏚ ⸫ · @ScriptFanix
494 followers · 1175 posts · Server maly.io

Should I reload or restart

You'd be surprise how few times a restart is actually necessary

A great article by Tyler Charboneau that I reviewed, so if there are errors, it's kinda my fault 😅 .

haproxy.com/blog/should-you-re

#haproxy

Last updated 1 year ago

ij · @ij
2023 followers · 7128 posts · Server nerdculture.de

Somehow I don't understand why on is showing the IPv4 ports as being down while the IPv6 ports are all up (see screenshot).

#haproxy #pfsense

Last updated 1 year ago

ZbeulFanix ⏚ ⸫ · @ScriptFanix
494 followers · 1037 posts · Server maly.io

# direct PDF uploads up to 50MB to nackend light_pdf
use_backend light_pdf if { req.hdr(content-type) -m str application/pdf } { req.hdr(content-length) -m int le 52428800 }

# direct larger PDF upload to backend larg_pdf
use_backend light_pdf if { req.hdr(content-type) -m str application/pdf }
# we don't need to check content-length here because use_backend directives are processed in the order they are written

#haproxy #tip

Last updated 1 year ago

· @AliveDevil
33 followers · 1571 posts · Server tauri.earth

Hey crowd.

Does anyone know, why on debian doesn't include the config, like does?

The unit only includes
ExecStart=/usr/sbin/haproxy -Ws -f $CONFIG -p $PIDFILE $EXTRAOPTS

Sure I could amend extraopts, but why hasn't this been adopted by Debian?

#debian #linux #haproxy #el

Last updated 1 year ago

M. Hamzah Khan · @mhamzahkhan
555 followers · 3815 posts · Server intahnet.co.uk

I've been having an issue with configuring under for aaaages.

Yesterday I decided to spend some time to figure out why I wouldn't work and it turned out to be a pretty silly, annoying bug.

Vyos was writing the timeouts in seconds, whereas HAProxy defaults to milliseconds unless you specify the time unit.

vyos.dev/T5548

#haproxy #vyos

Last updated 1 year ago

ZbeulFanix ⏚ ⸫ · @ScriptFanix
480 followers · 143 posts · Server maly.io

Yay j'ai été choisi pour faire la relecture d'un post du blog officiel de !

Du coup si ya des erreurs, ça sera un peu ma faute.

Vous affolez pas, on n'en est qu'à l'étape du "content brief"

#haproxy

Last updated 1 year ago

Mikael Hansson · @mikael
28 followers · 792 posts · Server hachyderm.io

seems to have gotten a better way to handle certificates with .sh. I missed this post during summer: haproxy.com/blog/haproxy-and-l. Going to try this in my home lab one of the upcoming evenings.

#haproxy #letsencrypt #tls #acme

Last updated 1 year ago

Nils Goroll · @slink
59 followers · 453 posts · Server fosstodon.org

@selea layer4 (syn flood, file descriptor exhaustion): mostly a non issue nowadays because ram is cheap enough.
tls: rate limiting works (eg with ) or techniques along the idea : if an ip hits you too hard, filter it efficiently in the kernel
http: here my best recommendations are all based around because i work on it, but alternatives do exist. i will focus on what i know to be most helpful. 🧵

#haproxy #fail2ban #varnishcache

Last updated 1 year ago

Alex Neihaus :verified: · @alex
103 followers · 243 posts · Server air11.social

I don't know squat about .

But an update to the php used in CE 2.7 (8.2.6) made variable definition more strict and crashed startup when pfSense is booted.

I hacked the code tonight, tested it and opened a pull request.

This didn't make me a php expert -- it was only a single line of code. But it works.

And it proves once again the value of open source -- that is, if the pfSense devs ever merge the branch.

Almost nothing beats the satisfaction of learning new code.

#php #pfsense #haproxy

Last updated 1 year ago

キリト · @NND76355
1 followers · 379 posts · Server mstdn.jp

やった! のおかげです🙏

#haproxy

Last updated 1 year ago

キリト · @NND76355
0 followers · 274 posts · Server mstdn.jp

やった! のおかげです🙏

#haproxy

Last updated 1 year ago

benzogaga33 · @benzogaga33
803 followers · 24933 posts · Server mamot.fr
lamp · @lamp
375 followers · 593 posts · Server mastodon.cloud

wait i need to redirect not proxy

is it possible to redirect by url hash with ? or ? or something?

#haproxy #nginx

Last updated 1 year ago

Sysbee · @sysbee
45 followers · 190 posts · Server fosstodon.org

What can you learn from ?

By default, log formats is overwhelming, but it’s not that scary when you break things down a bit.

Find out how it can help you as a engineer to gain more insight into what’s happening in your stack. 👇

sysb.ee/performanceanderrortra

#logs #haproxy #devops #http #debugging #error

Last updated 1 year ago

old sysops · @oldsysops
321 followers · 436 posts · Server mamot.fr

Another security audit, another round of question and security concern about "X-Forwarded-For" ...
If i read this developer.mozilla.org/en-US/do and this cbonte.github.io/haproxy-dconv correctly overwrite any X-Forwarded-For header send by the client.
Any experts or experts to confirm ?

ping @ScriptFanix (because i'm sure he know the answer).

#askfedi #haproxy #security

Last updated 1 year ago

Oliver Andrich · @oliverandrich
23 followers · 122 posts · Server fosstodon.org

I am a bit in love with today. I easily solved a scaling issue for a customer with it, that is using our system internally.

#haproxy

Last updated 1 year ago

Sysbee · @sysbee
42 followers · 185 posts · Server fosstodon.org

is a free and -source load balancer and reverse proxy.
HAProxy supports load balancing of (layer 4) and (layer 7) traffic with various load balancing – round-robin, static, by weight, cookie or header to name a few.
In addition to load balancing, HAProxy has some interesting “party tricks” that can help mitigate some types of HTTP-based denial-of-service attacks and ensure stability.
Read more about HAProxy’s functionalities 👉 sysb.ee/haproxy

#haproxy #open #tcp #http #algorithms #server

Last updated 1 year ago

Matt Kaatman · @mkaatman
18 followers · 374 posts · Server mas.to

Anyone know how feasible it would be to use to access ilo3 on an older to get past the ancient ciphers that modern browsers no longer support?

#ssl #proliant #haproxy

Last updated 1 year ago

Techviator · @techviator
53 followers · 213 posts · Server noc.social

Having behind is giving me trouble, not sure how to proxy_pass on it to avoid issues with double reverse proxy. I will try to run my instances directly from Docker and see if that goes better.

#haproxy #pfsense #yunohost

Last updated 1 year ago

M. Hamzah Khan · @mhamzahkhan
523 followers · 3601 posts · Server intahnet.co.uk

Cool. has basic configuration functionality now.

#vyos #haproxy

Last updated 1 year ago