How to change the HTTP listening port in Apache

preview_player
Показать описание
If you find port 80 is a security risk on your network, you can change the Apache listening port to something non-standard.

Рекомендации по теме
Комментарии
Автор

Awesome.
To check if Apache is listening to your set port run
sudo netstat -tnlp tcp | grep :5500

chindna
Автор

Welp that did not work for some reason

humanrayla