The Ports on Apache can be changed on two positions:
/sites-available/000-default.conf
ports.conf
Per Default, both .conf Files dictates Apache to listen on Port 80.
I want to set Apache to listen on a specific port. It seems, that ports.conf
overrides the values of 000-default.conf
Where is the correct place to change the Port when the Server runs only on one single IP-Adress?