When I was setting PHP FPM (PHP module that allows the use of FastCGI), I ran into the Reverse Proxy when I was browsing some tutorials on how to configure it in Apache 2.
Example taken from this site , where you are taught to install the module mod_proxy_fcgi
:
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/var/www/mysite/$1
But what would a Reverse Proxy look like? I've heard that term before, but I do not understand what it's all about.