install apache on openstack instance
Hi,
I installed apache (set listen to be 3972) on openstack instance and modified httpd.conf accordingly. I also installed apache on my openstack host, with port 3973 However, it failed if I tried to type "http://instancename:3972/". If I typed "http://instancename:3973/", it is working. But, actually, it is working not because of instance apache. Instead, it is still pointing to the host apache. Therefore, that apache welcome page still came up even if I type another instance name with port 3973.
I'm wondering how can i make my instance apache work. Because I'm planning to install other app on the instance, I need to make sure I can visit that service via instance floating ip, instead of hosting ip.
Do i need to specify a port on host to that instance apache port?
Lynn