S
S
shmelfrol2021-06-10 11:46:16
Apache HTTP Server
shmelfrol, 2021-06-10 11:46:16

The server that acts as a gateway for websers?

Hello. We have many web servers in our institution - and each has a separate real address. We set the task to reduce the number of real addresses - so that all sites go through one server with a real address, and web servers have a virtual address. Can you please tell me how to implement this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-06-10
@vabka

Google "reverse proxy".
You can implement it on nginx - all requests will come to it, and according to some rules, it will redirect them to internal services.
You can implement it on Apache, but I don’t see the point in this.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question