Re: [users@httpd] Configure Apache behind proxy with auth [wd-vc]

2015-10-16 Thread Rainer Jung
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

RE: [users@httpd] Configure Apache behind proxy with auth [wd-vc]

2015-10-16 Thread Bremser, Kurt (AMOS Austria GmbH)
...@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

RE: [users@httpd] Configure Apache behind proxy with auth [wd-vc]

2015-10-16 Thread Bremser, Kurt (AMOS Austria GmbH)
@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

RE: [users@httpd] Configure Apache behind proxy with auth [wd-vc]

2015-10-16 Thread Bremser, Kurt (AMOS Austria GmbH)
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

[users@httpd] Configure Apache behind proxy with auth

2015-10-16 Thread Lucas Santos Sanches
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?