Hi Frank,
When we start server which has mod_php then during it first dry run, it
loads the module and deload the module. After successful completion of
first dry run, it reads the configuration file second time and starts the
apache server.
During first dry run, dlopen() function loads the php mo
I'm going to venture that you're using the mod_php DSO here. Please clarify
otherwise.
If a mod_php extension prevent httpd from starting normally, I would use
strace to get the exact error, first:
strace -o /tmp/outputfile -s 5000 httpd -X or strace -ff -F -s200 -o
/tmp/strace.out -p PID
It mig
Hi,
This is my first message to this list. I've reviewed your policies, but my
apologies if I break rules/conventions. Please don't hesitate to correct me.
I've run into an issue where enabling the PHP SQLSRV extension [1] causes
httpd to fail to start. I've documented the issue at length here [2
Hello, we are using Apache webserver 2.4.33 And is giving 400 error code while
we send the client certificate to load balancer and same works in 2.4.16.
Please let me know if I need to check any os packages or libraries
Thanks
Vasu
Sent from my iPhone
--
What does "mod_php is not able to unload properly" mean in this case?
Secondly, any reason why you're not using php-fpm with a threaded httpd mpm
instead?
On Wed, Jun 27, 2018 at 10:21 AM David Copeland
wrote:
> Okay, sorry, probably can't help then. I'm running Opensuse 42.3, Apache
> 2.4.33 (