Page 1 of 1

apache2

Posted: Sun Jan 09, 2022 2:27 pm
by Stevyn
https://www.digitalocean.com/community/ ... untu-20-04

Code: Select all

apt install apache2

Code: Select all

systemctl stop apache2
systemctl start apache2
systemctl reload apache2

apache2ctl configtest
show version

Code: Select all

apache2 -v

Re: apache2

Posted: Sun Jan 09, 2022 2:37 pm
by Stevyn
update

Code: Select all

add-apt-repository ppa:ondrej/apache2
apt update
apt upgrade
systemctl restart apache2

Re: apache2

Posted: Sun Jan 09, 2022 2:42 pm
by Stevyn
https://www.digitalocean.com/community/ ... -04-server

How To Configure Nginx as a Web Server and Reverse Proxy for Apache on One Ubuntu 20.04 Server

Re: apache2

Posted: Sun Jan 16, 2022 12:24 pm
by Stevyn
php status

Code: Select all

service php7.4-fpm status