How to Change Zmanda Management Console (ZMC) Apache Ports After Installation

This article is for Amanda Enterprise (AE)

These directions are to change the port number that the ZMC Apache server uses after the ZMC has been installed. All these changes are required on the Amanda Server.

  1. To change the http port, simply change the Listen directive (Default 80) to the desired port in
    /opt/zmanda/amanda/apache2/conf/httpd.conf
  2. Changing the https port requires that you edit two files:
    1. Edit /opt/zmanda/amanda/apache2/conf/ssl.conf to change the following lines:

      Listen 443
      Replace 443 with the desired port.
    2. Set the desired port to parameter apache_https_port in the file /etc/zmanda/zmc_aee.cnf
  3. Restart ZMC for the changes to take effect.

    # /etc/init.d/zmc_aee restart