V
V
Vadim2019-12-10 13:40:20
PHP
Vadim, 2019-12-10 13:40:20

How to install a new version of PHP in Apache 2.4?

Hello everyone,
Apache 2.4 includes Php 7.0 by default (checked with phpinfo() ). How can I upgrade to 7.3 without using PHP-FPM?
best regards,
Vadim

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2019-12-10
@gangstarcj

Install php via apt or whatever you have there.
Then a2dismod php7.0
a2enmod php7.3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question