Re: SSL offload and load balancing with Apache2's mod_proxy and mod_balancer for Weblogic, Tomcat and Apache2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Margus,

The point of these things (SSL termination and load balancing) is to
generally distribute the workload across multiple machines, allowing a
site to scale to a larger number of visitors.  If you're doing them
all on one machine, it's actually worse, as now you have all the same
work being done on one machine, but you have the overhead of multiple
apache instances and a more complex setup as well.

Liam

On Mon, Feb 7, 2011 at 12:25 AM, Margus Pärt <margus@xxxxxxxx> wrote:
> Hello!
>
>
> I had an idea, how to SSL offload and Load balance with Apache2 a bit
> differently, and I implemented it also.
>
> Basically there 2 Apache instances running on the same machine with
> different configurations, one for SSL offload, other for balancing - client
> -> SSL offload -> Balancer -> backend server.
>
>
> If anyone would give feedback, just in form: "I like it" or "it's useless",
> I'd be glad. More detailed and constructive feedback would be even more
> appreciated.
>
>
>
>
> Project homepage and referrals to .pdf and .odf files are:
> https://code.google.com/p/apache2-ssloffload-and-loadbalance/
>
>
> Best regards,
> Margus Pärt
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
>  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
>
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux