Answer the question
In order to leave comments, you need to log in
Where is php 7.4 centos 7 installed by default?
I updated the PHP version to 7.4 in the system, but for each site Apache has separate versions.
Here is the following entry for each site:
Added folder 74, uploaded files from php 7.4 there, unpacked, made .configure, but when make writes No targets.
The server was inherited from hosting.
Answer the question
In order to leave comments, you need to log in
Using the command,
you will find out which php, nginx, ahache packages are installed in the system.
Team
rpm -qa | grep -i 'php\|http\|apache\|nginx'
sudo netstat -nlptx | grep -i 'php\|http\|apache\|nginx\|80\|443'
1 which web server is
apache ?
nginx + CGI
nginx +PHP-FPM
Nginx + apache + mod_apache
nginx + apache + FAST_CGI
nginx + apache + PHP_FPM
2. Which web panel?
ispmanager
vestacp
braynicp
Ispconfig
bitrix VM
different - which one?
3. Do you have all the PHP views for all sites the same or is there an option
for 1 site nginx + apache + FPM + 7.4
and the other nginx + apache + CGI + 7.1
will then have the answer
4. What additional modules do you use curl mpdf and so on?
You can read it here
https://www.digitalocean.com/community/tutorials/h...
but I'm waiting for an answer to the questions because the methods will be different
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question