<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Upstream module</title>
        <description> Hi,

this is a piece of zimbra's nginx proxy default configuration:

http
{
    .....

    upstream zimbra
    {
            server   mbs1.server.it:8080;

        zmauth;
    }

    # HTTP route lookup handlers
    #
        zmroutehandlers   mbs1.server.it:7072/service/extension/nginx-lookup;

    zmroute_timeout 15000ms;

   .....
}

I have the same needs: the HTTP servers upstream must change according to the value written inside the cookie zmauth.

Does an add-on exist?

Please help me,

thank you 


-- 
Andrea Soracchi - Netbuilder S.r.l. 
Multidialogo : La storia e' fatta da chi sa comunicare 
System Engineer // t. +39 0521 247791 // f. +39 0521 7431140 // www.netbuilder.it 


_______________________________________________
nginx mailing list
&amp;#110;&amp;#103;&amp;#105;&amp;#110;&amp;#120;&amp;#64;&amp;#110;&amp;#103;&amp;#105;&amp;#110;&amp;#120;&amp;#46;&amp;#111;&amp;#114;&amp;#103;
http://mailman.nginx.org/mailman/listinfo/nginx</description>
        <link>http://www.serverphorums.com/read.php?5,521625,521625#msg-521625</link>
        <lastBuildDate>Thu, 20 Jun 2013 00:03:56 +0200</lastBuildDate>
        <generator>Phorum 5.2.18</generator>
        <item>
            <guid>http://www.serverphorums.com/read.php?5,521625,521625#msg-521625</guid>
            <title>Upstream module</title>
            <link>http://www.serverphorums.com/read.php?5,521625,521625#msg-521625</link>
            <description><![CDATA[ Hi,<br />
<br />
this is a piece of zimbra's nginx proxy default configuration:<br />
<br />
http<br />
{<br />
    .....<br />
<br />
    upstream zimbra<br />
    {<br />
            server   mbs1.server.it:8080;<br />
<br />
        zmauth;<br />
    }<br />
<br />
    # HTTP route lookup handlers<br />
    #<br />
        zmroutehandlers   mbs1.server.it:7072/service/extension/nginx-lookup;<br />
<br />
    zmroute_timeout 15000ms;<br />
<br />
   .....<br />
}<br />
<br />
I have the same needs: the HTTP servers upstream must change according to the value written inside the cookie zmauth.<br />
<br />
Does an add-on exist?<br />
<br />
Please help me,<br />
<br />
thank you <br />
<br />
<br />
-- <br />
Andrea Soracchi - Netbuilder S.r.l. <br />
Multidialogo : La storia e' fatta da chi sa comunicare <br />
System Engineer // t. +39 0521 247791 // f. +39 0521 7431140 // www.netbuilder.it <br />
<br />
<br />
_______________________________________________<br />
nginx mailing list<br />
<a href="mailto:&#110;&#103;&#105;&#110;&#120;&#64;&#110;&#103;&#105;&#110;&#120;&#46;&#111;&#114;&#103;">&#110;&#103;&#105;&#110;&#120;&#64;&#110;&#103;&#105;&#110;&#120;&#46;&#111;&#114;&#103;</a><br />
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank"  rel="nofollow">http://mailman.nginx.org/mailman/listinfo/nginx</a>]]></description>
            <dc:creator>Andrea Soracchi</dc:creator>
            <category>Nginx</category>
            <pubDate>Fri, 29 Jun 2012 18:20:04 +0200</pubDate>
        </item>
    </channel>
</rss>
