Am 16.10.2015 um 15:08 schrieb Lucas Santos Sanches:
using cUrl
here is
$curl = curl_init();
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 5);
curl_setopt($curl, CURLOPT_TIMEOUT, $curl_timeout);
curl_setopt($curl
...@hotmail.com]
Gesendet: Freitag, 16. Oktober 2015 15:08
An: users@httpd.apache.org
Betreff: **SPAM?** RE: [users@httpd] Configure Apache behind proxy with auth
[wd-vc]
using cUrl
here is
$curl = curl_init();
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_URL, $url
@httpd.apache.org
Betreff: **SPAM?** RE: [users@httpd] Configure Apache behind proxy with auth
[wd-vc]
Maybe I was not clear enough.
Here's my scenary:
I've installed Apache24 + PHP5.4 on local.
I have some PHP scripts that access Internet, and here's the problem, because
my computer is b
Oct 2015 09:21:55 -0300
Subject: [users@httpd] Configure Apache behind proxy with auth
How do I authenticate Apache in proxy? Look that I'm not trying to make Apache
a proxy.
My computer is behind a proxy that needs authentication. All application I run,
needs to use user/pass to access
How do I authenticate Apache in proxy? Look that I'm not trying to make Apache
a proxy.My computer is behind a proxy that needs authentication. All
application I run, needs to use user/pass to access internet.How can I tell to
Apache to use proxy auth?