Mathieu:

my current configuration i only handle http request and zend works great.
But I am trying to do some planning where I recieve an HTTPS request from
the OUTSIDE NETWORK and
want Zend to translate that to an HTTP request and forward to my server
farm.

My goal is to not have to make a lot of changes to my code base which is in
excess of million lines of code.

So I am trying to understand how to configure Zend to do this. I have read
the man page stuff on pound,
I use ubuntu servers exclusivly for my OS.

Zend I know is some sort of Debian derivitive but has limited package stuff
available etc.

In the UI what would I need to change to enable this type of ability...


Jim

James M Doherty
President REVIVE CONSULTING LLC
EMAIL: j...@jdoherty.net
PHONE: 512-650-2997
Patents Held:
 http://patent.ipexl.com/inventor/James_M_Doherty_1.html



On Thu, May 21, 2015 at 9:04 AM, Mathieu Chateau <mathieu.chat...@lotp.fr>
wrote:

> Hello,
>
> By default you will get ssl offloading. Issue may be with page
> content/javascript and redirection.
>
> Link inside page must contains https even if the web server is receiving
> connection from port 80/without ssl.
>
> You will have to put a redirect, so user coming on port 80 from outside
> are redirected to https. zen can do this work but users will loose what is
> after / in the url (if they are targeting a specific page).
>
>
> Envoyé de mon iPad
>
> Le 21 mai 2015 à 15:56, James Doherty <j...@jdoherty.net> a écrit :
>
> I thought it might be clearer with the config file.
>
> BTW: I do not see the  HTTP_X_FORWARDED_FOR headers making it to my
> server farm
> with this config.
>
> Can someone point me to docs to use Zendlb for an SSL off loading machine?
>
> Jim
>
> James M Doherty
> President REVIVE CONSULTING LLC
> EMAIL: j...@jdoherty.net
> PHONE: 512-650-2997
> Patents Held:
>  http://patent.ipexl.com/inventor/James_M_Doherty_1.html
>
>
>  <zend_config.png>
>
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>
> _______________________________________________
> Zenloadbalancer-support mailing list
> Zenloadbalancer-support@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/zenloadbalancer-support
>
>
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Zenloadbalancer-support mailing list
> Zenloadbalancer-support@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/zenloadbalancer-support
>
>
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Zenloadbalancer-support mailing list
Zenloadbalancer-support@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/zenloadbalancer-support

Reply via email to