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: reverse proxy apache 2.4 cant hold header
Author
dikodhiko



Joined: 20 Nov 2015
Posts: 1
Location: jakarta

PostPosted: Mon 04 Jan '16 9:34    Post subject: reverse proxy apache 2.4 cant hold header Reply with quote

Hi,

i have migration my webserver from apache 2.2 to apache 2.4.

this my configure :

<Location /backend>
ProxyPass http://my.backendserver.com/backend
ProxyPassReverse http://my.backendserver.com/backend
</Location>

i get some problem when access this server,
when im using apache 2.2 i can access
my.server.com/backend

but if im using apache 2.4 i get direct to my backend server :
my.backendserver.com/backend


can someone help me for this case? Sad
Back to top


Reply to topic   Topic: reverse proxy apache 2.4 cant hold header View previous topic :: View next topic
Post new topic   Forum Index -> Apache