Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: reverse proxy apache 2.4 cant hold header |
|
Author |
|
dikodhiko
Joined: 20 Nov 2015 Posts: 1 Location: jakarta
|
Posted: Mon 04 Jan '16 9:34 Post subject: reverse proxy apache 2.4 cant hold header |
|
|
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?  |
|
Back to top |
|
|
|
|
|
|