I am using a Apache HTTPd server on Fedora Linux to serve a web suite for internal use only. However, My machine has only a single public IP address.
I want to configure HTTPd to accept and serve the web pages to clients that belong to a specified IP address groups instead of serving to entire www. Is it possible to configure httpd in such a way? Or do I need to configure my machine firewall to do the same for me instead of HTTPd server?