Welcome! Log In Create A New Profile

Advanced

Nginx + Apache load balance

Posted by Shiro 
Nginx + Apache load balance
March 30, 2011 03:48AM
How to configure Nginx as load balancing that are running apache(port 80) on same host(host1).
Proxy is between nginx:80 and apache:8000.
Load balance is between host-1 and host2/3 with same weight.
Overview is as follows;

<Internet>-----< host-1> -------<proxy>--------<load barance>
>>>>>>>>>Nginx:80<--->Apace:8000 <--->host-2 :weight 5 :80;,host-3 :weight 5 :80;


Need a little more description for http://wiki.nginx.org/LikeApache
Explaining of configure on Virtual Host in Apache could be helpful.

with regards;
Re: Nginx + Apache load balance
April 04, 2011 01:45AM
Filially, I found a solution.

Incomplete installation proceeded by yum caused problem of missing few modules.
Follow the instruction directed on Nginx Web page(said, compile-time options) resulted as good.

http://wiki.nginx.org/Install
Building Nginx From Source

Everybody, please be sure to follow the instruction.


Shiro
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 194
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready