How to choose which IP apache2 uses globally

I have a server with 3 IPs and what to choose which IP apache2 uses, so it completely doesn't use the other 2 IPs anymore and Port 80 on those IPs is free for other applications. I searched, but I didn't get any result that answers my question...


Solution 1:

You can specify the ip and the port where apache is listening using the directive "Listen" https://httpd.apache.org/docs/2.4/bind.html