PHP+Apache as forward/reverse proxy: ¿how to process client requests and server responses in PHP?
- by Lightworker
Hi!
I'm having a lot of troubles with the propper configuration of Apache mod_proxy.so to work as desired...
The main idea, is to create a proxy on a local machine in a network wich will have the ability to proces a client request (client connected through this Apache prepared proxy) in PHP.
And also, it will have the capacity to process the…