I'm masquerading an Apache server in a DMZ for public access and would like to apply some sort of URL filtering using Astaro; e.g.,
GET /public-view HTTP/1.x
GET /private-view-only HTTP/1.x
For reasons I won't explain here, the private content is dependent upon the public content and proximity is important. I can setup access rules in Apache but would prefer the option to use some sort of HTTP header inspection firewall rule for outbound traffic serviced by the company's web server.
This thread was automatically locked due to age.