I have a Apache Server already configured, running in mod_perl in a peculiar port 10024. All ok until here
Now I have another Server, in the some machine, but behind a firewall that doesn't allow user out of the local net to access it. in the port 10124.
What I need is to allow access to everyone of a part of the second Server. The idea is to set the Apache Server, when called like
http://example.com:10024/name/* requesting the second webserver
http://localhost:10124/name/* and retrieve the response.
The Apache Server is the one distributed with Ubuntu. The second one isn't necessary to describe in here.
.
I would say that I need the mod_proxy in the Apache, so I whet to the directory /etc/apache2/mods-enabled and I did a symbolic link to the proxy.conf.
Is this enouf to have mod_proxy?
For now I have a: Invalid command 'ProxyRequests' ...
Shall I have a Reverse Proxy?
How do I configure this?
Start Free Trial