ustcweizhou commented on a change in pull request #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477#discussion_r301498626
########## File path: systemvm/debian/etc/apache2/vhost.template ########## @@ -1,4 +1,4 @@ -<VirtualHost 10.1.1.1:80> +<VirtualHost 10.1.1.1:8180> Review comment: these lines will be replaced with gateway IP and guest IP in CsApp.py If we use :80 and :443 in this template, the first time it is ok, after that the configuration file gets mess up if we use :8180 and :8443, the configuration file will be changed only once. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
