I need immediate help in installing an apache server in Linux centos and run it on any port between 2110 to 2250. I dont have much idea about the installation. If anyone could help me in posting a few step by step guide. I have logged in to SU and install apache by " yum install httpd" now how to I host on port betwwen 2110 to 2050 forwarded ports. Thanks
apache being a service will work on single port. I doubt it will work on multiple ports for same IP address. An other alternative is to configure it so that the IP's are listened on different port numbers.
MilesGeek, it will if you set up the Listen directive to the port you desire with "Listen IPort" knightrider21, you will need to forward them externally via your router.