Re: [users@httpd] RE : [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Luca Toscano
2017-01-26 22:57 GMT+01:00 Eric Covener : > On Thu, Jan 26, 2017 at 4:41 PM, Stéphane Laurencelle > wrote: > > So no luck for me, Can someone from the apache httpd server project give > me > > an answer about the support for openssl 1.1.x with apache 2.4.xx branch. > > It's not supported in 2.4.x

Re: [users@httpd] mod_proxy_balancer not balancing equally

2017-01-26 Thread Vamsee Lakamsani
Hi, We confirmed monitoring system is measuring correctly. Turning off sticky sessions did the trick and requests are being routed almost equally. We made our app work without sticky sessions.  Vamsee On Thursday, January 26, 2017 2:57 AM, Luca Toscano wrote: Hi, 2017-01-25 22:05 GMT+

Re: [users@httpd] RE : [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Eric Covener
On Thu, Jan 26, 2017 at 4:41 PM, Stéphane Laurencelle wrote: > So no luck for me, Can someone from the apache httpd server project give me > an answer about the support for openssl 1.1.x with apache 2.4.xx branch. It's not supported in 2.4.x yet. That's why it doesn't compile. --

[users@httpd] RE : [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Stéphane Laurencelle
Hello, I just try the latest openssl 1.1.0d it's solve some problem but with apache compilation still the same problem. /usr/local/apr/build-1/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -lssl -lcrypto -lrt -lcrypt -lpthread \ -o ab ab.lo /usr/local/ap

[users@httpd] RE : [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Stéphane Laurencelle
Hello Kent, My problem is that i'm doing a POC and after my POC i will run it on production server and i'm not sure i want to burn myself with that choice :) Thanks Stephane De : Kent Frazier [frazier...@sbcglobal.net] Envoyé : 26 janvier 2017 15:49 À : users@

Re: [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Kent Frazier
I'm running 2.4.25 with openssl 1.1.0c on a MAC. I had slightly different issues, however. I was able to adapt the patches for a 2.4.23 version available at https://bz.apache.org/bugzilla/attachment.cgi?id=34182&action=edit I have no idea whether this will work for you, or whether it has been suff

RE: [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Darryl Philip Baker
I haven't built Apache 2.4, I'm using vendor's binaries, but my question is after all the time OpenSSL 1.1.0x has been available why is there still an incompatibility? Darryl Baker NIT - CI -DAPS X76674 From: Stéphane Laurencelle [mailto:stephane.laurence...@momentum-tech.ca] Sent: January 26,

[users@httpd] RE : [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Stéphane Laurencelle
that's what are read but is this true ? Stéphane Laurencelle Analyste Technologique MOMENTUM TECHNOLOGIES INC. Fière d’être parmi les 50 sociétés les mieux gérées du Canada

[users@httpd] Help tracking down a weird error with Apache and local / remote connections.

2017-01-26 Thread Spork Schivago
I have a bit of a weird problem that I'd like some help tracking down. I'm pretty sure it's something with Apache. In my Apache 2.4.25 (cPanel) config file, I have the ServerAliases disabled. There's a "catch-all" entry for unbound IPs, that look like this: ServerName myhostname.mydomain.

Re: [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Daniel
This has been said before in the mailing list very often. AFK apache 2.4.x is not compatible with openssl 1.1.x. 2017-01-26 21:07 GMT+01:00 Stéphane Laurencelle : > Hello, > > I'm trying to compile apache httpd 2.4.25 on oracle linux 6.8, i install > openssl 1.1.0c version > > here is the line i

[users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Stéphane Laurencelle
Hello, I'm trying to compile apache httpd 2.4.25 on oracle linux 6.8, i install openssl 1.1.0c version here is the line i use to configure, this one did not return any error ./configure --prefix=/usr/local/src/httpd-2.4.25 --with-ssl=/usr/local/ssl --enable-ssl=shared --with-mpm=worker --enabl

Re: [users@httpd] Unable to fork new process

2017-01-26 Thread Michele Mase'
Ok, I've just tried the loop within apache2.4.x and I confirm it is not affected by the error. So, what could be the better solution? ASAP, I plan to migrate my system on apache 2.4.x. In the meantime it would be nice that version 2.2 was corrected. Best Regards Michele MAsè On Thu, Jan 26, 2017 a

Re: [users@httpd] mod_proxy_balancer not balancing equally

2017-01-26 Thread Luca Toscano
Hi, 2017-01-25 22:05 GMT+01:00 Vamsee Lakamsani : > > Hi, > > We are using mod_proxy_balancer (mod_lbmethod_byrequests) with Apache > httpd 2.4 on Amazon Linux 4.4.41-35.53.amzn1.x86_64 (2016.09). > We are using the docs from here: > > mod_proxy_balancer - Apache HTTP Server Version 2.4 >