I would like to enquire how typically a reverse proxy works.
I'm in a huge company and our corporate has set up a public facing webserver 123.123.123.123/webproject1
however, we want to do a reverse proxy of www.company.com/promotion (which is another hosted corporate webserver) to destination 123.123.123.123/webproject1.
Typically, what set up configuration should the public facing webserver 123.123.123.123/webproject1 needs to do?
Because the webserver with the reverse proxy server has already configured to destination 123.123.123.123/webproject1 , but it is still not working, when entered www.company.com/webproject1 it appears to be a 404 error..
What could be the possible causes?