Re: [PHP] Can php be configured to browse through a proxy?

2012-02-15 Thread Joan
; => array( 'proxy' => 'tcp://192.168.0.2:3128', 'request_fulluri' => true, 'header' => "Proxy-Authorization: Basic $auth", ), ); stream_context_set_default($aContext); $sFile = file_get_contents("http://

[PHP] Can php be configured to browse through a proxy?

2012-02-14 Thread Joan
to find any reference about if it can be set on php.ini (so all the instances of php use it) Also there is this bug that has been assigned since 2010 and still have not changed (29280) https://bugs.php.net/bug.php?id=29280 Any information about this will be well received. Thanks, Joan

Re: [PHP] Re: PHP suexec: html files as PHP.

2003-07-30 Thread Joan McGalliard
Zirzow wrote: In that case I don't understand why you have two versions of the same file. I would suggest to dump the .html files and use only .php. I copied the html file to index.php, to make sure the problem was file type, not something more subtle. thanks again everyone. joan --

[PHP] PHP suexec: html files as PHP.

2003-07-29 Thread Joan McGalliard
ions, they send me a URL that has no connection with my problem. So it's pretty simple, I want to know how to get html files parsed as PHP files with PHP Suexec on. IE I want: http://www.mcgalliard.org/index.html to look like http://www.mcgalliard.org/index.html thanks for any help