Behind a proxy, how to configure php

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
Ketrel
Forum Newbie
Posts: 6
Joined: Tue Sep 28, 2010 4:13 am

Behind a proxy, how to configure php

Post 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?
Post Reply