Re: [users@httpd] Proxy Config Problem

2013-02-12 Thread Chris Arnold
; To: users@httpd.apache.org Sent: Saturday, February 9, 2013 11:21:45 PM Subject: Re: [users@httpd] RePost: [users@httpd] Proxy Config Problem Could the issue be the client gets the apache proxy server cert and maybe the client is expecting the ifolder server cert? At the present time we use self

Re: [users@httpd] RePost: [users@httpd] Proxy Config Problem

2013-02-09 Thread Chris Arnold
Could the issue be the client gets the apache proxy server cert and maybe the client is expecting the ifolder server cert? At the present time we use self-signed certs. Sent from my iPhone On Feb 9, 2013, at 7:36 PM, "Chris Arnold" wrote: > On Feb 9, 2013, at 6:33 PM, "Nick Kew" wrote: > >

Re: [users@httpd] RePost: [users@httpd] Proxy Config Problem

2013-02-09 Thread Chris Arnold
On Feb 9, 2013, at 6:33 PM, "Nick Kew" wrote: > Sorry, not familiar with ifolder. Have you googled > whatever error it gives? Yes. It gives a generic/vague error (an error occurred). I also am seeking help on the ifolder forum. The reason I ask here is because when you bypass the apache proxy

Re: [users@httpd] RePost: [users@httpd] Proxy Config Problem

2013-02-09 Thread Nick Kew
On Sat, 9 Feb 2013 17:35:22 -0500 (EST) Chris Arnold wrote: > Sorry for not being clear, the problem is when surfing to > https://domain.net/ifolder, this works fine but when using that same address > in the ifolder client, this produces an error. Sorry, not familiar with ifolder. Have you go

Re: [users@httpd] RePost: [users@httpd] Proxy Config Problem

2013-02-09 Thread Chris Arnold
On Feb 9, 2013, at 5:23 PM, "Nick Kew" wrote: > > On 9 Feb 2013, at 20:28, Chris Arnold wrote: > >> I am wondering if I need some kind of wildcard/regex to make this work. >> Maybe I need to useProxyPreserveHost Directive or one of the other options. > > You haven't told us a problem. Your

Re: [users@httpd] RePost: [users@httpd] Proxy Config Problem

2013-02-09 Thread Nick Kew
On 9 Feb 2013, at 20:28, Chris Arnold wrote: > I am wondering if I need some kind of wildcard/regex to make this work. Maybe > I need to useProxyPreserveHost Directive or one of the other options. You haven't told us a problem. Your log entries look fine to me. -- Nick Kew --

[users@httpd] RePost: [users@httpd] Proxy Config Problem

2013-02-09 Thread Chris Arnold
I have been trying to understand the mod_proxy module from http://httpd.apache.org/docs/2.2/mod/mod_proxy.html I am wondering if I need some kind of wildcard/regex to make this work. Maybe I need to useProxyPreserveHost Directive or one of the other options. > I am trying to proxy a connection

[users@httpd] Proxy Config Problem

2013-02-08 Thread Chris Arnold
I am trying to proxy a connection from ifolder client to our ifolder server. Here are the proxypass statements: ProxyPass /ifolder https://192.168.123.4/ifolder ProxyPassReverse /ifolder https://192.168.123.4/ifolder With just those statements, i get these errors in the apache pr