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);

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

2015-10-16 Thread Bremser, Kurt (AMOS Austria GmbH)
RE: [users@httpd] Configure Apache behind proxy with auth [wd-vc] I forgot to say that I already tried the mod_proxy->ProxyRemote, but ir seems like does not allow [user]:[pass] From: lcssanc...@hotmail.com To: users@httpd.apache.org Date: Fri, 16 Oct 2015 0

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 behind the proxy