Переглянути джерело

Update 'Local-Ubuntu-C2-Deploying-guide.md'

Oleg Mijovic 1 місяць тому
батько
коміт
c2a354cce9
1 змінених файлів з 0 додано та 5 видалено
  1. 0 5
      Local-Ubuntu-C2-Deploying-guide.md

+ 0 - 5
Local-Ubuntu-C2-Deploying-guide.md

@@ -140,11 +140,6 @@ This will display the installed PHP version.
 # 4. Configure Apache to Use PHP
 Ensure that Apache is configured to serve PHP files. The libapache2-mod-php package should automatically enable PHP, but you can confirm this by running:
 
-```bash
-sudo a2enmod php
-```
-Then, restart Apache to apply any changes:
-
 ```bash
 sudo systemctl restart apache2
 ```