This website requires JavaScript.
Explore
Help
Register
Sign In
cloud-hosting-platform
/
haproxy-manager-base
Watch
3
Star
0
Fork
0
You've already forked haproxy-manager-base
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8d732318b40e3d57962a9ad23a7d3e6301b7b909
haproxy-manager-base
/
__pycache__
/
haproxy_manager.cpython-310.pyc
357 lines
34 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix HAProxy 2.6 compatibility for default backend - Replace http-response set-body (HAProxy 2.8+) with local server approach - Add separate Flask server on port 8080 to serve default page - Update default backend template to use local server instead of inline HTML - Maintain all customization features via environment variables - Fix JavaScript error handling for domains API response
2025-07-11 19:27:42 -07:00
o
Fix HAProxy 3.0 compatibility issues in tarpit configuration - Remove gpc2 from stick-table (not supported in HAProxy 3.0) - Fix ACL syntax: Change sc_get_gpc0(0) to sc0_get_gpc0 - Fix ACL syntax: Change sc_http_err_rate(0,period) to sc0_http_err_rate(period) - Fix ACL syntax: Change sc_get_gpc1(0) to sc0_get_gpc1 - Reorder rules to place http-request rules before use_backend rules - Remove duplicate gpc2 increment rule These changes ensure compatibility with HAProxy 3.0.11 while maintaining the tarpit escalation functionality for exploit scanning protection. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-23 18:30:34 -07:00