Anybody have an example of how to setup a Reverse Proxy Load Balancer ?
This works as a regular proxy, but I need a Reverse Proxy!
ProxyRequests Off
ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid
nofailover=On
BalancerMember https://10.1.10.10:443
Change
NameVirtualHost 192.168.150.12
to
NameVirtualHost 192.168.150.12:80
>>>
From: Frank Gingras <[EMAIL PROTECTED]>
To:
CC:Jamie Melanson <[EMAIL PROTECTED]>
Date: 7/21/2008 10:02 AM
Subject: Re: [EMAIL PROTECTED] Binding question.
James,
What does the error log say, exactly?
Frank.
Jame
I have the following in httpd.conf :
DocumentRoot "/Apache/Apache/htdocs"
Options FollowSymLinks MultiViews
AllowOverride None
Options FollowSymLinks MultiViews
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Options Indexes FollowSymLinks MultiVi
I'm looking for a way to test Apache parameters to see what needs to be changed.
So looking at how to test each of these parameters, and also if anybody has any
comments or suggestions on each that would be great. I have the default listed
plus what I have it set to right now.
#Timeout 300
look at httpd.conf
>>> [EMAIL PROTECTED] 02/22 5:43 PM >>>
hi all,i use Apache/2.0.55 but i couldnt find any line like 'Listen 80' in /etc/apache2/apache2.conf.where is that line ?which file do i have to edit ?help please ...__
try again later.
Since on one of the application servers the java process was shut down? so can it detect if /whatever is giving a 404 error response and try another balancemember?
Thanks
>>> [EMAIL PROTECTED] 02/20 11:34 AM >>>
On Sunday 19 February 2006 23:26, James Wu
I'm looking for a software load balancer solution where I could do 1 to
many backend webservers, and also have the option to maintain some
session persistance with jsession? Additionally, would like to be able
to do many proxy or load balancers to many backend webservers or
application servers.