RE: [us...@httpd] Betr.: Re: [us...@httpd] Apache Reverse Proxy for Citrix MetaFrame Presentation Server

2010-06-06 Thread Joost Heer, de
>>> Ruiyuan Jiang 3-6-2010 23:02 >>> >Hi, I tested and I got "ssl error code 47" error. It seems to me that Apache >wants to terminate any port 443 traffic. >The Citrix presentation server does not allow termination of the traffic at >port 443. Otherwise Citrix will have an error. >Is there a w

RE: [us...@httpd] Betr.: Re: [us...@httpd] Apache Reverse Proxy for Citrix MetaFrame Presentation Server

2010-06-03 Thread Ruiyuan Jiang
ssing port 443 traffic without doing anything like a firewall does? Thanks. Ryan -Original Message- From: Joost Heer, de [mailto:j.d.h...@atriummc.nl] Sent: Wednesday, June 02, 2010 6:08 AM To: users@httpd.apache.org Subject: [us...@httpd] Betr.: Re: [us...@httpd] Apache Reverse Proxy

RE: [us...@httpd] Betr.: Re: [us...@httpd] Apache Reverse Proxy for Citrix MetaFrame Presentation Server

2010-06-02 Thread Ruiyuan Jiang
To: users@httpd.apache.org Subject: [us...@httpd] Betr.: Re: [us...@httpd] Apache Reverse Proxy for Citrix MetaFrame Presentation Server >>> Igor Cicimov 2-6-2010 2:11 >>> >Maybe this will work: > > Servername citrix.example.com > ProxyRequest

[us...@httpd] Betr.: Re: [us...@httpd] Apache Reverse Proxy for Citrix MetaFrame Presentation Server

2010-06-02 Thread Joost Heer, de
>>> Igor Cicimov 2-6-2010 2:11 >>> >Maybe this will work: > > Servername citrix.example.com > ProxyRequests Off > AllowCONNECT 443 > ProxyPass / backendserver > ProxyPassReverse / backendserver > AllowCONNECT is for forward proxies. You need SSLProxyEngine on, and th

Re: [us...@httpd] Apache Reverse Proxy for Citrix MetaFrame Presentation Server

2010-06-01 Thread Igor Cicimov
Maybe this will work: Servername citrix.example.com ProxyRequests Off AllowCONNECT 443 ProxyPass / backendserver ProxyPassReverse / backendserver and yes you need to have mod_proxy_connect loaded first. Igor On Wed, Jun 2, 2010 at 5:02 AM, Ruiyuan Jiang wro

[us...@httpd] Apache Reverse Proxy for Citrix MetaFrame Presentation Server

2010-06-01 Thread Ruiyuan Jiang
Hi, I need to setup a Reverse Proxy server for Citrix MetaFrame Presentation server for people to access internal resources. My Apache reverse proxy server is running and it proxies http and https requests. The Citrix backend server uses port 443 for TCP tunnel not https. Should I use mod_proxy