- Knowledge Base
- ZMC/UI
-
Zmanda Enterprise
-
Zmanda Recovery Manager (ZRM)
-
Backend Operations
-
Backup
-
Server Installation
-
Client Configuration
-
Account and Licenses
-
Sources
-
Storage
-
Schedules
-
Backup Sets
-
Backup Operations
-
Restore Operations
-
Monitoring and Reporting
-
Configurations
-
ZMC/UI
-
Whitepaper
-
Zmanda Cloud Storage
-
VMWare
-
Key Vault
-
Disaster Recovery
-
Zmanda Support
-
Product lifecycle
-
Zmanda Pro
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.
- To change the http port, simply change the Listen directive (Default 80) to the desired port in
/opt/zmanda/amanda/apache2/conf/httpd.conf - Changing the https port requires that you edit two files:
- Edit /opt/zmanda/amanda/apache2/conf/ssl.conf to change the following lines:
Listen 443
Replace 443 with the desired port. - Set the desired port to parameter apache_https_port in the file /etc/zmanda/zmc_aee.cnf
- Edit /opt/zmanda/amanda/apache2/conf/ssl.conf to change the following lines:
- Restart ZMC for the changes to take effect.
# /etc/init.d/zmc_aee restart