I’m trying to add another port to apache2 to listen to. I did all the steps in the following link, but still can’t get my page to load on another port number (tried 81, 8444, 8090).
https://www.ostechnix.com/how-to-change-apache-ftp-and-ssh-default-port-to-a-custom-port-part-1/
Currently apache2 is listening to port 8090, as shown by “sudo netstat -tulpn | grep :8090”.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @taimaz,
As explained in the article, you’ll need to edit the port in the Apache’s configuration file :
To
Having said that, once you do, you’ll need to restart apache and actually enable traffic on that port. To allow all incoming connections on port 81 run these commands:
Regards, KDSys