RE: [users@httpd] Very confused about Re-negotiation request failed (and SSLInsecureRenegotiation)

2013-02-11 Thread Edward Quick
Hi Denis,I've been through exactly the same situation. There isn't anything you can do from the apache side to fix this apart from enabling insecure renegotiation, but you shouldn't. The customers have to fix their end by possibly upgrading to a later browser in the case of FF/Chrome. Assuming

[users@httpd] apache mod_proxy_balancer is not redirecting user request evenly to bakcend tomcat servers.

2013-02-11 Thread Amol Puglia
Hello Team, I have configured loadbalancing using apache web server with mod_proxy and mod_proxy_balancer module. I am having following versions of apache and tomcat Apache web server version :- Server version: Apache/2.2.16 (Unix)   Server built:  

Re: [users@httpd] LoadBalancingIssue - Users are not distributed equally among users

2013-02-11 Thread Jim Jagielski
If you want a balance of hits, then byrequests would be a better LB method. On Feb 9, 2013, at 12:32 PM, aparna Puram aparnapu...@gmail.com wrote: Hi Jim, We have access logs enabled for the tomcat servers and I used awstats to measure the no of hits. On Fri, Feb 8, 2013 at 9:41 PM,

Re: [users@httpd] apache mod_proxy_balancer is not redirecting user request evenly to bakcend tomcat servers.

2013-02-11 Thread Amol Puglia
Kindly reply to my POST From: Amol Puglia amolcpug...@yahoo.com To: users@httpd.apache.org users@httpd.apache.org Sent: Monday, February 11, 2013 2:22 PM Subject: [users@httpd] apache mod_proxy_balancer is not redirecting user request evenly to bakcend

Re: [users@httpd] apache mod_proxy_balancer is not redirecting user request evenly to bakcend tomcat servers.

2013-02-11 Thread Eric Covener
On Mon, Feb 11, 2013 at 8:18 AM, Amol Puglia amolcpug...@yahoo.com wrote: Kindly reply to my POST Seems like a duplicate of LoadBalancingIssue - Users are not distributed equally among users? - To unsubscribe, e-mail:

Re: [users@httpd] apache mod_proxy_balancer is not redirecting user request evenly to bakcend tomcat servers.

2013-02-11 Thread Giles Coochey
On 11/02/2013 13:29, Eric Covener wrote: On Mon, Feb 11, 2013 at 8:18 AM, Amol Puglia amolcpug...@yahoo.com wrote: Kindly reply to my POST Seems like a duplicate of LoadBalancingIssue - Users are not distributed equally among users?

[users@httpd] Apache Module mod_authn_socache: AuthnCacheSOCache not allowed here (and other problems)

2013-02-11 Thread Ben Johnson
Hello, I'm attempting to configure Apache Module mod_authn_socache, but receive a warning when Apache starts. Server version: Apache/2.4.3 (Win32) Server built: Aug 18 2012 12:41:37 The documentation provides a sample configuration snippet (

Re: [users@httpd] Apache Module mod_authn_socache: AuthnCacheSOCache not allowed here (and other problems)

2013-02-11 Thread Nick Kew
On 11 Feb 2013, at 18:43, Ben Johnson wrote: The documentation provides a sample configuration snippet ( http://httpd.apache.org/docs/current/mod/mod_authn_socache.html ): Whoops! You found a documentation bug. AuthnCacheSOCache can't go in a Directory, because it determines things that

Re: [users@httpd] Apache Module mod_authn_socache: AuthnCacheSOCache not allowed here (and other problems)

2013-02-11 Thread Ben Johnson
On 2/11/2013 2:38 PM, Nick Kew wrote: On 11 Feb 2013, at 18:43, Ben Johnson wrote: The documentation provides a sample configuration snippet ( http://httpd.apache.org/docs/current/mod/mod_authn_socache.html ): Whoops! You found a documentation bug. AuthnCacheSOCache can't go in a

[users@httpd] Access configurations

2013-02-11 Thread Phil Smith
I'm trying to find some Apache documentation verifying that the access configs listed below in the manner I find them to be working are truly supported by Apache and are reasonable.(I'm using Apache 2.2.3). In a given directory in web space I have an .htaccess file with information such as the

Re: [users@httpd] Access configurations

2013-02-11 Thread Igor Cicimov
On 12/02/2013 1:50 PM, Phil Smith philbo...@gmail.com wrote: I'm trying to find some Apache documentation verifying that the access configs listed below in the manner I find them to be working are truly supported by Apache and are reasonable.(I'm using Apache 2.2.3). In a given directory in

Re: [users@httpd] Access configurations

2013-02-11 Thread Phil Smith
On Mon, Feb 11, 2013 at 10:05 PM, Igor Cicimov icici...@gmail.com wrote: On 12/02/2013 1:50 PM, Phil Smith philbo...@gmail.com wrote: I'm trying to find some Apache documentation verifying that the access configs listed below in the manner I find them to be working are truly supported by

Re: [users@httpd] apache mod_proxy_balancer is not redirecting user request evenly to bakcend tomcat servers.

2013-02-11 Thread Amol Puglia
Hello Giles, You mean we should disable stickyness option to distribute load evenly on all tomcats. Is there any other way to distribute load evenly on the servers without disabling stickyness option in apache configuration? From: Giles Coochey

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-11 Thread Riccardo Cohen
Hello I received some clues from this list members, thanks for that. But unfortunately my problem is not solved. It's not that I want others to focus on me, but I'm quite sure that there is a real problem (if not why would it work perfectly on mod_php ?), I could not find any solution