[us...@httpd] Reverse Proxy Balancer ?

2009-05-06 Thread James Wuerflein
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

Re: [EMAIL PROTECTED] Binding question.

2008-07-21 Thread James Wuerflein
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

[EMAIL PROTECTED] Options Indexes

2008-04-17 Thread James Wuerflein
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

[EMAIL PROTECTED] Testing Apache Parameters

2007-10-16 Thread James Wuerflein
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

Re: [EMAIL PROTECTED] howto change the port apache running on ?

2006-02-22 Thread James Wuerflein
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 ...__

Re: [EMAIL PROTECTED] Soft. Load Balancer Recommendations

2006-02-20 Thread James Wuerflein
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

[EMAIL PROTECTED] Soft. Load Balancer Recommendations

2006-02-19 Thread James Wuerflein
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.