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

2019-05-23 Thread Daniel Ferradal
Keep in mind there is still the option to use an alternative to php module, which is: mod_proxy_fcgi --- rev proxying requests to -> php-fpm That separates php from the httpd server so you can use the best MPM (event) and php will run in its own daemon. El jue., 23 may. 2019 a las 23:33, Jeff Ca

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

2019-05-23 Thread Jeff Cauhape
Clearly I misread the error message. I thought it was _from_ libargon2…. Now that I got the libargon2 and associated files from epel, it passes muster. Thanks again. Jeffrey Cauhape – IT Professional III – Linux and Solaris Administrator Nevada Department of Employment, Training and Rehabilitatio

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

2019-05-23 Thread Yehuda Katz
It says you are missing libargon2.so. You should be able to get it from libargon2 in EPEL. - Y On Thu, May 23, 2019 at 4:59 PM Jeff Cauhape wrote: > Yehuda, > > > > Thank you. I figured that one out. 😊 > > > > However, I’m seeing something odd that has me scratching my head. > > > > If I load t

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

2019-05-23 Thread Jeff Cauhape
Yehuda, Thank you. I figured that one out. 😊 However, I’m seeing something odd that has me scratching my head. If I load the wrong module, it’s found but can’t be used (from httpd.conf): # # Diagnostic test - loading PHP module # LoadModule php5_module modules/old/libphp5.so #Load

[users@httpd] confirming proper heders

2019-05-23 Thread Mark DM
Hello, I have a project I have been working on where I need to dend "201 Created" then "Loction http://IPADDRESS/result. I am setting headers i PHP and have checked in wireshark and although I did see 201 Creater and Location http://IPADDRESS/result I was later informed that the PHP code I was usi

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

2019-05-23 Thread Yehuda Katz
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 11:19 AM Jeff Cauhape wrote: > Thank you! > > Jeffrey Cauhape – IT Professional III – Linux and Sol

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

2019-05-23 Thread Jeff Cauhape
Thank you! Jeffrey Cauhape – IT Professional III – 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.

Re: [users@httpd] Re: Control / Modify the HTTP Status Line

2019-05-23 Thread Shmuel Krakower
Thanks for the feedback, i am looking for actual solutions i can apply and have control of. As i pointed out, i cannot control what i cannot control. On Thu, May 23, 2019, 11:28 AM @lbutlr wrote: > > On 22 May 2019, at 14:29, Shmuel Krakower wrote: > > I guess I should add few pieces of informa

[users@httpd] Re: Control / Modify the HTTP Status Line

2019-05-23 Thread @lbutlr
On 22 May 2019, at 14:29, Shmuel Krakower wrote: > I guess I should add few pieces of information. > The client is one SaaS and the backend is another SaaS. The backend returns > 302 which is right but the client consider anything which is not 2xx as error > which cause it to retry. So, that

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