소스 검색

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
 ```