Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-22 Thread Konstantin Kolinko
2016-12-23 1:38 GMT+03:00 Rainer Jung : > OK, looking closer at the suggested patch I see it fixes trace2-Loggging. > When I activate e.g. trace8, I do get the expected crash in > ap_proxy_check_connection. > > @Konstantin: do you have LogLevel trace2 or higher? If s, do

Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-22 Thread kohmoto
Thank you for your attention. The followings have been posted mailing list already. I have tried to rpmbuild httpd-2.4.25 using httpd-2.4.25.tar.bz2 downloaded from apache httpd download page on December 21(JST). Environments: CentOS Linux release 7.3.1611 (Core) kernel: linux

Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-22 Thread Michael A. Peters
What's the rpmbuild problem problem? I have it RPM building just fine under CentOS 7 but I'm not using tomcat or mod_proxy On 12/22/2016 04:52 PM, kohmoto wrote: I adapt the same scheme, httpd -> tomcat using mod_proxy_ajp.so. I have seen no problem with httpd-2.4.25 working on

Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-22 Thread kohmoto
I adapt the same scheme, httpd -> tomcat using mod_proxy_ajp.so. I have seen no problem with httpd-2.4.25 working on CentOS7.3(1611), although have had a problem to rpmbuid with httpd-2.4.25. On 2016/12/23 6:10, Rainer Jung wrote: I tried on Solaris with 2.4.25, default config plus snippet

Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-22 Thread Yann Ylavic
On Fri, Dec 23, 2016 at 12:11 AM, Rainer Jung wrote: > Am 22.12.2016 um 23:56 schrieb Yann Ylavic: >> >> I was thinking about always using the new code, maybe with an "if >> APLOGtrace2(s)" around to save a getsockname() call when not needed. > > I see, thanks. Committed

Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-22 Thread Rainer Jung
Am 22.12.2016 um 23:56 schrieb Yann Ylavic: On Thu, Dec 22, 2016 at 11:38 PM, Rainer Jung wrote: OK, looking closer at the suggested patch I see it fixes trace2-Loggging. When I activate e.g. trace8, I do get the expected crash in ap_proxy_check_connection. Yes, it

Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-22 Thread Yann Ylavic
On Thu, Dec 22, 2016 at 11:38 PM, Rainer Jung wrote: > OK, looking closer at the suggested patch I see it fixes trace2-Loggging. > When I activate e.g. trace8, I do get the expected crash in > ap_proxy_check_connection. Yes, it depends on the LogLevel, and probably also

Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-22 Thread Rainer Jung
OK, looking closer at the suggested patch I see it fixes trace2-Loggging. When I activate e.g. trace8, I do get the expected crash in ap_proxy_check_connection. @Konstantin: do you have LogLevel trace2 or higher? If s, do you also see crashes with trace1 or lower? @Yann: your patch is just

Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-22 Thread Jim Jagielski
> On Dec 22, 2016, at 4:10 PM, Rainer Jung wrote: > > I tried on Solaris with 2.4.25, default config plus snippet from Konstantin > plus loading of mod_proxy and mod_proxy_ajp and I do not see a crash there. > So it seems to be either platform specific or the

Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-22 Thread Rainer Jung
Am 22.12.2016 um 18:38 schrieb Yann Ylavic: On Thu, Dec 22, 2016 at 3:12 PM, Jim Jagielski wrote: H... I wonder if it's due to: /* Step Two: Make the Connection */ -if (ap_proxy_connect_backend(scheme, backend, worker, r->server)) { +if

Re: [users@httpd] Problems with compile httpd-2.4.23 and php-7.1.0

2016-12-22 Thread Rodrigo Cunha
Dears, my phpmyadmin is work fine, i set configure: ./configure --with-apache=/usr/local/httpd-2.4.23 --with-apxs2=/usr/local/httpd-2.4.23/bin/apxs --with-mysql --enable-mbstring --with-mysqli=/usr/bin/mysql_config i installing this lib: apt-get install libmysqlclient-dev my repositories:

Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-22 Thread Yann Ylavic
On Thu, Dec 22, 2016 at 3:12 PM, Jim Jagielski wrote: > H... > > I wonder if it's due to: > > /* Step Two: Make the Connection */ > -if (ap_proxy_connect_backend(scheme, backend, worker, r->server)) { > +if (ap_proxy_check_connection(scheme, backend,

Re: [users@httpd] Problems with compile httpd-2.4.23 and php-7.1.0

2016-12-22 Thread Rodrigo Cunha
Dears, my module is load in the apache: root@nginx:/home/rcunha# apachectl -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_event_module (static) authn_file_module (shared) authn_core_module (shared) authz_host_module (shared) authz_groupfile_module

Re: [users@httpd] Allowing users to edit web sites safely

2016-12-22 Thread David Copeland
On 22/12/16 10:08 AM, David Mehler wrote: > Hello, > > Thanks. I did mine a little different, but thanks to you I did get it. Glad it helped. > > One unrelated question, what's advantages/disadvantages are there > between Php 5.6 and Php 7? For me the main advantage is performance, about twice as

Re: [users@httpd] Allowing users to edit web sites safely

2016-12-22 Thread David Mehler
Hello, Thanks. I did mine a little different, but thanks to you I did get it. One unrelated question, what's advantages/disadvantages are there between Php 5.6 and Php 7? Thanks. Dave. On 12/22/16, David Copeland wrote: > Hi Dave, > > Sure. > > Say the server has

Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-22 Thread Jim Jagielski
H... I wonder if it's due to: /* Step Two: Make the Connection */ -if (ap_proxy_connect_backend(scheme, backend, worker, r->server)) { +if (ap_proxy_check_connection(scheme, backend, r->server, 0, + PROXY_CHECK_CONN_EMPTY) +

Re: [users@httpd] Problems with compile httpd-2.4.23 and php-7.1.0

2016-12-22 Thread Rodrigo Cunha
how i compile this extension and load in my enviroment? 2016-12-22 7:00 GMT-02:00 Daniel : > It refers to mysql extension for php not your mysql server. > > El 22 dic. 2016 2:58 a. m., "Rodrigo Cunha" > escribió: > >> Dears, >> i'm install apache

[users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-22 Thread Konstantin Kolinko
Hi! My configuration: (HTTPS) -> HTTPD -> mod_proxy_ajp -> Apache Tomcat running on Windows 7, using 32-bit version of HTTPD built by Apache Lounge http://www.apachelounge.com/download/ Apache 2.4.25 Win32 httpd-2.4.25-win32-VC14.zip 20 Dec '16 13.873K (Actually

Re: [users@httpd] Allowing users to edit web sites safely

2016-12-22 Thread David Copeland
Hi Dave, Sure. Say the server has the name "server.domain1.com", and the user has an account on the server named "user". The server runs Linux (happens to be OpenSuse), Apache 2.4.23 and PHP7. The user can log into the server using ssh/scp. His site is served from "/home/user/public_html" and

Re: [users@httpd] Problems with compile httpd-2.4.23 and php-7.1.0

2016-12-22 Thread Daniel
It refers to mysql extension for php not your mysql server. El 22 dic. 2016 2:58 a. m., "Rodrigo Cunha" escribió: > Dears, > i'm install apache service from source httpd-2.4.23.tar.gz with php7; from > php-7.1.0.tar.gz, but my phpmyadmin not work in the system and