All Questions
8 questions
0
votes
1
answer
403
views
Accidently deleted opt/ folder missing lib librh-php72-php7.so
I accidentally deleted my opt folder. By reinstalling the missing software, i get most of the stuff running. However /opt/rh/httpd24/root/etc/httpd/modules/librh-php72-php7.so is still missing for ...
0
votes
1
answer
676
views
Passing environment variables to httpd in centos 7
In my previous Centos 6.10 server , I have been able to pass some environment variables to httpd by adding to /etc/sysconfig/httpd
. ~/.envvars
.envvars content is
export MY_PASSWORD='somepassword'...
0
votes
1
answer
180
views
Messages going to Spam
My emails are going to spam no matter what I do.
Centos 7
Exim
PHP 7.2
Apache 2.4
Hostname and IP are not blacklisted.
Exim config
primary_hostname = mail.example.com
domainlist local_domains = ...
1
vote
1
answer
2k
views
How to make httpd24 (scl) use php >= 7.2 (RHEL 6.10)?
I am fairly new to working with RHEL and I was wondering if it was possible to have an httpd24 instanced installed as a software collection
httpd24.x86_64 1.1-18.el6 @rhel-x86_64-server-6-rhscl-...
1
vote
1
answer
575
views
How to installing PHP71 on RHEL 7 that requires HTTPD24 with HTTPD
We have a RHEL 7 server that is offline and only connected to RedHat repo via a satelite.
When i try to manual install the PHP71 from the rpm files, it hits an error that say Requires HTTPD24_HTTPD
...
0
votes
0
answers
63
views
Increase in memory utilization after upgrading to httpd 2.4.34 from 2.4.23 for 7.2
We upgraded from httpd 2.4.23 to 2.4.32 . After upgrade, we noticed mpm module got changed from preforx to event in 2.4.23
$ /apps/httpd.2.4.23/bin/httpd -M | grep mpm
mpm_prefork_module (...
0
votes
2
answers
2k
views
How to reduce server load with Apache PHP
Our Linode server load has increased in the last month running CentOS 7. I have upgraded to MariaDB 10.3 with PHP 7.2 now on CentOS 7.5 with 16GB of ram and 6 cores. MariaDB also on the server using ...
1
vote
1
answer
587
views
How to let Puppet Apache module manage RHEL7 SCL PHP7 package
I use the official Apache module to instal al LAMP on Redhat Linux and use software collections to be able to use a higher PHP version than the RHEL 7 default.
The RHSCL package rh-php70-php places a ...