Re: [users@httpd] Apache + 2 tomcat appserver failover configuration

2012-08-30 Thread Igor Cicimov
On Fri, Aug 31, 2012 at 11:13 AM, Ed Young wrote: > I've set up a load balancing configuration based on an Apache server > and two tomcats Tomcat6A, and Tomcat6B. I'm trying to set it up so > that Tomcat6B is a failover server, so if Tomcat6A goes down, Tomcat6B > will handle all subsequent reque

RE: [users@httpd] Apache + 2 tomcat appserver failover configuration

2012-08-30 Thread Carter, Isaac
Ed, Answer to #1... I do not believe that mod_proxy uses the workers.properties file. I'm currently using mod_proxy and mod_ajp successfully without using the workers.properties file. I'm using them in place of mod_jk, which does use the workers.properties file. Answer to #2...

Re: [users@httpd] Apache + 2 tomcat appserver failover configuration

2012-08-30 Thread Igor Cicimov
On Aug 31, 2012 11:14 AM, "Ed Young" wrote: > > I've set up a load balancing configuration based on an Apache server > and two tomcats Tomcat6A, and Tomcat6B. I'm trying to set it up so > that Tomcat6B is a failover server, so if Tomcat6A goes down, Tomcat6B > will handle all subsequent requests.

Re: [users@httpd] Why are my posts to the httpd.apache.org list bouncing?

2012-08-30 Thread Ed Young
Yes, I think that was the solution. A few minutes ago I was finally able to send a post about Apache + 2 tomcat failover configurations. I sent it as plain text and I changed some embedded URLs and it looks like it won't bounce this time. Thanks. On Thu, Aug 30, 2012 at 7:17 PM, Yehuda Katz wro

Re: [users@httpd] Why are my posts to the httpd.apache.org list bouncing?

2012-08-30 Thread Yehuda Katz
On Thu, Aug 30, 2012 at 8:55 PM, Ed Young wrote: > > This is a test: I have been trying to post to this list, but they keep > bouncing back with: > > The error that the other server returned was: 552 552 spam score (5.7) > exceeded threshold (HTML_MESSAGE,RCVD_IN_DNSWL_ > LOW,SPF_NEUTRAL,URIBL_BLA

[users@httpd] Apache + 2 tomcat appserver failover configuration

2012-08-30 Thread Ed Young
I've set up a load balancing configuration based on an Apache server and two tomcats Tomcat6A, and Tomcat6B. I'm trying to set it up so that Tomcat6B is a failover server, so if Tomcat6A goes down, Tomcat6B will handle all subsequent requests. I have two questions: 1. Does mod_proxy use the worker

[users@httpd] Why are my posts to the httpd.apache.org list bouncing?

2012-08-30 Thread Ed Young
This is a test: I have been trying to post to this list, but they keep bouncing back with: The error that the other server returned was: 552 552 spam score (5.7) exceeded threshold (HTML_MESSAGE,RCVD_IN_DNSWL_ LOW,SPF_NEUTRAL,URIBL_BLACK,WEIRD_PORT (state 17) I've subscribed and I'm sending this

[users@httpd] issue with mod_cache and mod_proxy in 2.4.x

2012-08-30 Thread Johnny . BARRAY
Hi every one, Does someone succeed in running HTTPD Server 2.4.x in forward proxy cache mode ? I have no problem with version 2.2.22 but I can't make the disk_cache work. Note that a reverse-proxy setup work very fine. Regards, Johnny.

RE: [users@httpd] RE: Is there any compatibility issue with apache httpd 2.2.22 with OpenSSL 1.0.1c

2012-08-30 Thread Ruiyuan Jiang
I had the problem with httpd 2.2.22 and OpenSSL 1.0.1c on Redhat. I don't have problem with httpd 2.4.x and OpenSSL 1.0.1c on Redhat. -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Thursday, August 30, 2012 10:41 AM To: users@httpd.apache.org Subject: Re: [users@

Re: [users@httpd] RE: Is there any compatibility issue with apache httpd 2.2.22 with OpenSSL 1.0.1c

2012-08-30 Thread Eric Covener
On Thu, Aug 30, 2012 at 10:08 AM, Thakur, Praveen Kumar wrote: > Any update on this ? You'll have to try it and see. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd

[users@httpd] RE: Is there any compatibility issue with apache httpd 2.2.22 with OpenSSL 1.0.1c

2012-08-30 Thread Thakur, Praveen Kumar
Any update on this ? Thanks, Praveen -Original Message- From: Thakur, Praveen Kumar [mailto:praveenkumar_tha...@bmc.com] Sent: Monday, August 27, 2012 5:27 PM To: users@httpd.apache.org Subject: [users@httpd] Is there any compatibility issue with apache httpd 2.2.22 with OpenSSL 1.0.1c

[users@httpd] RE: Apache httpd 2.4.3 windows installer (.msi) with OpenSSL

2012-08-30 Thread Thakur, Praveen Kumar
Any update on this ? Thanks, Praveen -Original Message- From: Thakur, Praveen Kumar [mailto:praveenkumar_tha...@bmc.com] Sent: Saturday, August 25, 2012 1:22 AM To: users@httpd.apache.org Subject: [users@httpd] Apache httpd 2.4.3 windows installer (.msi) with OpenSSL Hi, I would like t

Re: [users@httpd] 405 Errors

2012-08-30 Thread Romain
Hi Chris, I had similar issue, here is my solution: Your redirect rule has to be 307 type (not 302) because of POST method used by WU clients. That may be why you can get the WSUS welcome pic (method GET) but not update your client (method GET and POST is used). Also, be carefull of BITS service

Re: [users@httpd] REDIRECT_STATUS

2012-08-30 Thread Mark Montague
On August 30, 2012 0:54 , Roy Dellray wrote: Hey guys, can anyone tell me about "REDIRECT_STATUS" trying to use it and get am "Undefined Index" error You are probably getting this error from an interpreter (e.g., PHP) in which you are running a script. In this case, the error means that Apa