logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Alternatives to mod_proxy
Author
david.livelsberger



Joined: 18 Jan 2017
Posts: 8
Location: Detroit, Michigan, USA

PostPosted: Sun 30 Sep '18 22:23    Post subject: Alternatives to mod_proxy Reply with quote

Our parent company has implemented Apache hardening rules for all company websites. One rule is to disable mod_proxy. I am using mod_proxy on all our Atlassian applications and one internal application. Does anybody have any suggestions on what I can use in lieu of mod_proxy? Unfortunately, our parent company only provides directives, not help.
Today, I am using Apache 2.4 virtual hosts in the DMZ to redirect traffic to application servers inside our firewall.
Thank you in advance for your help.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Tue 16 Oct '18 22:48    Post subject: Reply with quote

Very hard but possible is to use mod_rewrite. But getting the rewritle rules for that can be hard or easy. It is possible to te rewrile all incoming traffic on one vhost to a reverse machine.
Back to top


Reply to topic   Topic: Alternatives to mod_proxy View previous topic :: View next topic
Post new topic   Forum Index -> Apache