[users@httpd] Using an older version of PHP with Apach2

2016-04-20 Thread Brandon L. Wisenburg
All, Is it possible to use PHP 5.2.5 with Apache/2.4.6 I have an application that was written in WAMP5 using PHP 5.2.5, and I am trying to get the application onto a CentOS server and I can't get it to work with 5.4.16 Are there any good tutorials on using an older version of PHP with

[users@httpd] apachectl -S don't show serveralias (Apache/2.2.31)

2016-04-20 Thread chapter...@libero.it
Hi Guys, I built an Apache/2.2.31 (Unix) 64bit on CentOS release 6.6 (Final) When I run apachectl -S by bash prompt in a httpd's build, it seems no showing any serveralias despite there are configured many of it. It show only servername. ex. # id uid=0(root) gid=0(root) groups=0(root) #

Re: [users@httpd] BalancerMember returns 500 internal server error before failover

2016-04-20 Thread Wayne W
It would appear from this post: http://apache-http-server.18135.x6.nabble.com/Help-regarding-mod-proxy-balancer-failover-and-failonstatus-td4998183.html that failover (with no error message) will only occur when a connection to the instance cannot be made. I suppose as the instance was shutting

Re: [users@httpd] Apache ProxyPass locking all requests to balancer

2016-04-20 Thread Wayne W
Hmm nothing in the logs. On Wed, Apr 20, 2016 at 3:18 PM, Wayne W wrote: > Ok thanks Eric I will have a look. > > On Wed, Apr 20, 2016 at 3:17 PM, Eric Covener wrote: > >> On Wed, Apr 20, 2016 at 10:16 AM, Eric Covener wrote:

Re: [users@httpd] Apache ProxyPass locking all requests to balancer

2016-04-20 Thread Wayne W
Ok thanks Eric I will have a look. On Wed, Apr 20, 2016 at 3:17 PM, Eric Covener wrote: > On Wed, Apr 20, 2016 at 10:16 AM, Eric Covener wrote: > >> how would I check monitor this? any ideas? I must admit I was > surprised, but > >> I was;t sure if mixing

Re: [users@httpd] BalancerMember returns 500 internal server error before failover

2016-04-20 Thread Wayne W
I did see the ping parameter for the Balancemember element could be used to test the connection - should we be using this? I'm worried about more load on the tomcat instances though using this. On Wed, Apr 20, 2016 at 3:07 PM, Wayne W wrote: > Hi Jim, > > I did't

Re: [users@httpd] Apache ProxyPass locking all requests to balancer

2016-04-20 Thread Eric Covener
On Wed, Apr 20, 2016 at 10:16 AM, Eric Covener wrote: >> how would I check monitor this? any ideas? I must admit I was surprised, but >> I was;t sure if mixing ProxyPass and a proxy balancer had some weird >> effect/non supported >> >> Its a pain as it happened a couple of

Re: [users@httpd] Apache ProxyPass locking all requests to balancer

2016-04-20 Thread Eric Covener
On Wed, Apr 20, 2016 at 10:10 AM, Wayne W wrote: > how would I check monitor this? any ideas? I must admit I was surprised, but > I was;t sure if mixing ProxyPass and a proxy balancer had some weird > effect/non supported > > Its a pain as it happened a couple of

Re: [users@httpd] Apache ProxyPass locking all requests to balancer

2016-04-20 Thread Wayne W
Hi Eric, how would I check monitor this? any ideas? I must admit I was surprised, but I was;t sure if mixing ProxyPass and a proxy balancer had some weird effect/non supported Its a pain as it happened a couple of times. I mitigated the issue at the moment, by making sure that jetty instance is

Re: [users@httpd] BalancerMember returns 500 internal server error before failover

2016-04-20 Thread Wayne W
Hi Jim, I did't know that - is there any documentation around this? what should I search for? So are you saying what I'm experiencing is normal? On Wed, Apr 20, 2016 at 2:05 PM, Jim Jagielski wrote: > Upgrading to 2.4.20 allow you to disable the one node dynamically > on the

Re: [users@httpd] Apache ProxyPass locking all requests to balancer

2016-04-20 Thread Eric Covener
On Mon, Apr 11, 2016 at 11:37 AM, Wayne W wrote: > I had an issue in production today where the jetty instance became > unresponsive (garage collection/out of memory). However it also stopped all > requests going to the 2 tomcat instances. > > Does apache not handle

Re: [users@httpd] BalancerMember returns 500 internal server error before failover

2016-04-20 Thread Jim Jagielski
Upgrading to 2.4.20 allow you to disable the one node dynamically on the httpd side and then bring down the node. > On Apr 20, 2016, at 8:10 AM, Wayne W wrote: > > Hi, > > I'm seeing that with Apache 2.4.12 on Solaris when setup with mod_proxy to 2 > tomcat

Re: [users@httpd] Apache ProxyPass locking all requests to balancer

2016-04-20 Thread Jim Jagielski
No, that is not expected behavior... they are not dependent at all. > On Apr 20, 2016, at 8:06 AM, Wayne W wrote: > > Hi anyone got any ideas on this? > > thanks > > On Mon, Apr 11, 2016 at 4:37 PM, Wayne W wrote: > Hi, > > Perhaps

[users@httpd] BalancerMember returns 500 internal server error before failover

2016-04-20 Thread Wayne W
Hi, I'm seeing that with Apache 2.4.12 on Solaris when setup with mod_proxy to 2 tomcat instances when we bring down 1 node for maintenance the first client to try and access that node gets a Internal Server Error. Any requests after that (and for other sessions) are balanced correctly onto the

[users@httpd] Re: Apache ProxyPass locking all requests to balancer

2016-04-20 Thread Wayne W
Hi anyone got any ideas on this? thanks On Mon, Apr 11, 2016 at 4:37 PM, Wayne W wrote: > Hi, > > Perhaps this is default behaviour but its not what I was expecting. I have > the following conf on Apache 2.4 > > > ServerName somedomain.com > ProxyPass /share