Page 1 of 1

Behind a proxy, how to configure php

Posted: Tue Oct 05, 2010 4:43 am
by Ketrel
I'm trying to configure PHP on a network behind a proxy.
While it works fine most of the time, I'm having issues when I try to use commands like fopen or file_get_contents on external URLS as php doesn't seem to be going through the proxy.

How can I configure it to do so?