Re: [users@httpd] RE: Need some advice - thread safe php module

2019-05-23 Thread Daniel Ferradal
x and Solaris Administrator* > > Nevada Department of Employment, Training and Rehabilitation > > (775) 684-3804 (office) jpcauh...@detr.nv.gov > > > > *From:* Yehuda Katz > *Sent:* Thursday, May 23, 2019 2:15 PM > *To:* users@httpd.apache.org > *Subject:* Re: [us

RE: [users@httpd] RE: Need some advice - thread safe php module

2019-05-23 Thread Jeff Cauhape
Rehabilitation (775) 684-3804 (office) jpcauh...@detr.nv.gov<mailto:jpcauh...@detr.nv.gov> From: Yehuda Katz Sent: Thursday, May 23, 2019 2:15 PM To: users@httpd.apache.org Subject: Re: [users@httpd] RE: Need some advice - thread safe php module It says you are missing libargon2.so. You should be a

Re: [users@httpd] RE: Need some advice - thread safe php module

2019-05-23 Thread Yehuda Katz
n_register_module > > _php_find_ps_module > > php_get_module_initialized > > php_module_startup > > php_module_shutdown_for_exec > > php_module_shutdown > > php_module_shutdown_wrapper > > php7_module > > /usr/lib64/php-zts/modules > > > &g

RE: [users@httpd] RE: Need some advice - thread safe php module

2019-05-23 Thread Jeff Cauhape
AM To: users@httpd.apache.org Subject: Re: [users@httpd] RE: Need some advice - thread safe php module Sorry for the delay. As Rainer said, the system-wide packages include zts builds. For example (I have php-73): /usr/lib64/httpd/modules/libphp7-zts.so /usr/bin/zts-php - Y On Thu, May 23, 2019 at

Re: [users@httpd] RE: Need some advice - thread safe php module

2019-05-23 Thread Yehuda Katz
Linux and Solaris Administrator > Nevada Department of Employment, Training and Rehabilitation > (775) 684-3804 (office) jpcauh...@detr.nv.gov > > -Original Message- > From: Rainer Canavan > Sent: Thursday, May 23, 2019 1:27 AM > To: users@httpd.apache.org > Subject

RE: [users@httpd] RE: Need some advice - thread safe php module

2019-05-23 Thread Jeff Cauhape
@httpd.apache.org Subject: Re: [users@httpd] RE: Need some advice - thread safe php module On Thu, May 23, 2019 at 12:15 AM Jeff Cauhape wrote: > > Yehuda, > > But how do you tell if the Apache thread-safe module is included? > > I’ve already wasted more than enough time on this

Re: [users@httpd] RE: Need some advice - thread safe php module

2019-05-23 Thread Rainer Canavan
On Thu, May 23, 2019 at 12:15 AM Jeff Cauhape wrote: > > Yehuda, > > But how do you tell if the Apache thread-safe module is included? > > I’ve already wasted more than enough time on this task, and I’d like > > some way to determine I’m not just wasting more time. It's in the FAQ, a single mouse

Re: [users@httpd] RE: Need some advice - thread safe php module

2019-05-22 Thread Ruben Safir
On 5/22/19 4:11 PM, Jeff Cauhape wrote: > Hi, > > I am porting some older web pages from Apache 2.4.6 to Apache 2.4.37 on Linux > and apparently need to find a thread-safe version of libphp5.so to use, since > we're > running MPM. > > > * Does anyone know where I can download the apache thr

RE: [users@httpd] RE: Need some advice - thread safe php module

2019-05-22 Thread Jeff Cauhape
of Employment, Training and Rehabilitation (775) 684-3804 (office) jpcauh...@detr.nv.gov<mailto:jpcauh...@detr.nv.gov> From: Yehuda Katz Sent: Wednesday, May 22, 2019 1:32 PM To: users@httpd.apache.org Subject: Re: [users@httpd] RE: Need some advice - thread safe php module We are happ

Re: [users@httpd] RE: Need some advice - thread safe php module

2019-05-22 Thread Yehuda Katz
We are happy with Remi's Repo: https://rpms.remirepo.net/wizard/ (Remi is a core PHP team member). You should consider newer versions of PHP (7.1+) as older version are no longer maintained, unless you use the version supplied by RedHat (since they are still updating it). - Y On Wed, May 22, 20