Looking for a modern WAF alternative to ModSecurity (Coraza integration with pfSense/HAProxy/Nginx)

Posted by Own_Cat6291@reddit | sysadmin | View on Reddit | 2 comments

Title: Looking for a modern WAF alternative to ModSecurity (Coraza integration with pfSense/HAProxy/Nginx)

Hello everyone,

I'm currently redesigning my company's infrastructure and looking for a modern Web Application Firewall (WAF) solution as an alternative to ModSecurity.

Our current stack consists of Nginx as a reverse proxy/frontend. I'm also currently moving network traffic to a pfSense + HAProxy configuration at the edge, which will then route traffic to our internal Nginx backends.

What I'm looking for:

  1. A valid alternative to ModSecurity (since it seems to consume a lot of RAM).
  2. Key requirement: An official or native web UI/dashboard, if possible. I need to be able to monitor blocks, view graphs, and easily manage/whitelist rules without having to parse raw text log files every time a false positive occurs.
  3. High performance and good integration with an Nginx or HAProxy-based workflow.

Options I've seen so far:

My questions for you:

  1. If you're using Coraza in a similar environment, what is the best way to integrate it alongside pfSense + HAProxy or Nginx? Should I look into a standalone Coraza proxy layer between them?
  2. How do you handle monitoring, log visualization, and rule tuning/whitelisting with Coraza given the lack of an official native GUI?
  3. Are there any other open-source or self-hosted WAFs with a good Web UI that I might have overlooked for this specific stack?

Thanks in advance for your advice and suggestions!