Ver Fonte

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

Oleg Mijovic há 1 mês atrás
pai
commit
c2a354cce9
1 ficheiros alterados com 0 adições e 5 exclusões
  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
 ```