Change Apache Ports [Ubuntu]

Change Apache Ports [Ubuntu]
1.
sudo gedit /etc/apache2/ports.conf
2.
NameVirtualHost *:80 <– เปลี่ยนเป็นหมายเลข port ที่ต้องการ
Listen 80 <– เปลี่ยนเป็นหมายเลข port ที่ต้องการ
3.
sudo gedit /etc/apache2/sites-available/default
4.
<VirtualHost *:80>  <– เปลี่ยนเป็นหมายเลข port ที่ต้องการ
5.
sudo /etc/init.d/apache2 restart

Published by

sornram9254

Ayutthaya Technical College/Voc.Cert.🛠️ | KMUTNB/B.S.Tech.Ed.⚙️ | Information Security Engineer 👨🏻‍💻| Penetration Tester👨🏻‍💻 | COYG🔴 Milan🔴⚫️ | Taylor Swift👩‍🎤 | ติ่งซีรีส์ญี่ปุ่น 🇯🇵

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.