Re: [users@httpd] HTTPD server dies when loading phplib7.so

2020-08-12 Thread Frank
I would strongly recommend to use php-fpm instead of the mod_php DSO, in this case. On 12/08/20 06:28 AM, Kai Fürstenberg wrote: > Hi everybody, > > I discuss this issue on the PHP-install mailing list as well, but it is > not clear whether this fault is caused from PHP or httpd. > > I run a ser

[users@httpd] HTTPD server dies when loading phplib7.so

2020-08-12 Thread Kai Fürstenberg
Hi everybody, I discuss this issue on the PHP-install mailing list as well, but it is not clear whether this fault is caused from PHP or httpd. I run a server with Debian Buster. I used to compile some of the needed programs, so that I am able to use more recent versions than provided by my distr

RE: [users@httpd] http-https [EXT]

2020-08-12 Thread James Smith
Add also remember to add the HSTS headers Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" {only put includeSubDomains & preload if you can} this stops the client sending further HTTP requests but only HTTPS {most web servers} This can stop the plain t