Solved the problem.
The config below is correct, but I needed to configure my BlazeDS channelset to
use htpps instead of http. The Flex html page loads fine for htpp or https, but
since I have opened ONLY https for the backend server, I needed https for
BlazeDS.
Hope this helps someone else as
Eric
Thanks for the reply. I tried this:
NameVirtualHost *:443
ServerAdmin webmas...@localhost
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/apache.pem
#===
ProxyPass /SFXServer/ balancer://backtcserver/
and it seem to work. Issue I now hit is I get a 404 fro
On Wed, Aug 18, 2010 at 8:22 AM, Des Hartman wrote:
> Hi,
>
> Is there a simple way to do the following:
>
> 1) All "http" based requests to website www.abc.com go to my Apache2 server
> regardless of the virtual site
>
> 2) All "https" based requests to website www.abc.com are proxied to a priva
Hi,
Is there a simple way to do the following:
1) All "http" based requests to website www.abc.com go to my Apache2 server
regardless of the virtual site
2) All "https" based requests to website www.abc.com are proxied to a private
tomcat server via mod_proxy
Only option that I think may wor