T
T
tatarrr2017-06-18 18:38:31
Apache HTTP Server
tatarrr, 2017-06-18 18:38:31

How to proxy absolutely everything through mod_proxy?

The server is running apache with mod_proxy. Now I can only proxy individual sites with a similar virtual host:


ServerName mysite.ru
ServerAlias ​​mysite.ru
ProxyRequests Off
RequestHeader unset Accept-Encoding
< Location />
ProxyPass " mysite.ru "
ProxyPassReverse " mysite.ru "
< /Location>

If this is possible, then the next question is how ssl sites will be proxied. Can they use my one and only self-signed certificate?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question