0 votes
in Apache Webserver by
How To Ensure Apache Listen On Only One Ip Address On The Server?

1 Answer

0 votes
by

This is often needed when you have multiple IPs on the server. In order to ensure Apache listen only on specified IP then you need to explicitly mention IP and port in Listen directive.

Ex:

Listen 10.10.10.10:80

Related questions

0 votes
asked Mar 30, 2022 in Apache Webserver by sharadyadav1986
0 votes
asked Sep 27, 2020 in Web Hosting by SakshiSharma
...