Jakby ktoś musiał jeszcze coś w tym PHP zrobić … (choć po co???? przecież jest JS)
Installing PHP 7.4 with Apache
If you’re using Apache as your web server, run the following commands to install PHP and Apache PHP module:
sudo apt update
sudo apt install php libapache2-mod-php
Once the packages are installed, restart Apache for the PHP module to get loaded:
sudo systemctl restart apache2
Installing PHP 7.4 with Apache
If you’re using Apache as your web server, run the following commands to install PHP and Apache PHP module:
sudo apt update
sudo apt install php libapache2-mod-php
Once the packages are installed, restart Apache for the PHP module to get loaded:
sudo systemctl restart apache2
KATALOG ROOT APACHE2:
/var/www/html/