Hi,
So I have a server set up (LAMP) server, this proxy has access to the internal network and I need to give the outside world access to this proxy in order to perform tasks.
For example, you should be able to call that proxy with a POST request with the right parameters and the proxy should return the status of that post. Now let's say that post is being done in a php script called (something.php) in the main folder of that proxy. How do I give access to the outside world to access that proxy?
I hope this is clear, sorry I couldn't make it much clearer but if you have any further questions to clarify please let me know!