I have both an IIS server and and Apache Server (just set up) running on the same internal network (different IP's). I have set up my router to point to the IIS server when anything comes into port 80. I set up the router for port 8100 to the Apache Server.
So when I set up my appache server I was attempting to get everything that comes in on port 8100 to go to my Apache server. I went to the httpd.conf file and set Listen 8100 but when I type in my pub ip like this
http://xxx.xx.xxx.xx:8100 I do not get any web displays. Internally I can type in the private IP address of the Apache Server and get pages.
Is there anything else I am missing?
- Army Ninja (Headed out to Iraq in a week)