[users@httpd] Solaris 11 compile/configure problems with httpd 2.2.22 and 2.4.2

2012-06-22 Thread Jerry K
I am experiencing problems with the configure script in attempting to compile, and actually just running the ./configure script on (2) different Solaris 11 Sparc based systems. Systems - T5120 w/32 Gb ram and ample disk space T2000 w/16 Gb ram and also ample disk space Both systems are

Re: [users@httpd] Apache 2.4.1- not working (Fatal error... Apache is exiting)

2012-06-22 Thread Harsimranjit singh Kler
On Tue, Jun 12, 2012 at 4:27 PM, Harsimranjit singh Kler < simran...@gmail.com> wrote: > Hi Experts, > I am able to reproduce same problem and logs many time now with ab tool > > like: > ab -n 2 -c 800 https://10.48.11.85:10002/index.html > (I am running lb with ssl on 10002 port) > > I stuck

Re: [users@httpd] git over http; how to check /refs/heads/master

2012-06-22 Thread J. Bakshi
On Fri, 22 Jun 2012 13:47:13 +0530 "J. Bakshi" wrote: > Dear list, > > I am trying to make a pre-receive hook which can check /refs/heads/master > and based on the user name it allow/deny push to master. The git is > configured over > http here. So from apache log ; during push I can see > > `

Re: [users@httpd] Software Load Balancers | mod_proxy_balancer and Varnish

2012-06-22 Thread Anurag Kapur
Thank you for your response. I am not looking for caching/site acceleration capabilities. I am looking at pure load balancing capabilities only. Are there any know pros/cons or limitations of mod_proxy_balancer and varnish load balancing? Capabilities that the load balancer that I am looking for

[users@httpd] git over http; how to check /refs/heads/master

2012-06-22 Thread J. Bakshi
Dear list, I am trying to make a pre-receive hook which can check /refs/heads/master and based on the user name it allow/deny push to master. The git is configured over http here. So from apache log ; during push I can see "GET /git/test.git/info/refs?service=git-receive-pac

Re: [users@httpd] SSLCipherSuite

2012-06-22 Thread Rainer Jung
On 20.06.2012 22:44, Vivek Nambiar wrote: A quick question . When I define the SSLCipherSuite ,would there be a difference in the syntax according to the OS like windows and Unix? If yes please let me know the difference in syntax. No OS dependency. The allowed values depend a bit on the O

RE: [users@httpd] Software Load Balancers | mod_proxy_balancer and Varnish

2012-06-22 Thread kashif.rahman
You need to decide what options you want from Varnish or mod_proxy_balancer. Both are different. Varnish is basically for cache and you will not achieve cache from mod_proxy_balancer. You can use mod_proxy_balancer for failover and then use Varnish for better performance/cache on both node