I have wamp installed, but when i run functions in PHP that need to access the internet like fopen() apache uses my normal internet connection.
I want that apache connects to the internet through localhost:8118 instead.
How can i configure apache to connect using localhost:8118 (my proxy)?
Note: I'm not talking about the URL i use to access www/ folder content, i'm talking the port that apache uses to access to the internet to fetch data with PHP functions like fopen().






Bookmarks