Changing the default port v9
By default, the 8443 port is assigned for the web services at the time of configuration of the PEM server. You can change the port after configuration by changing a few parameters in the Apache configuration files. The Apache configuration files names and locations are platform specific.
For RHEL
Edit the file
/etc/httpd/conf.d/edb-ssl-pem.conf
, replacing 8443 with your port number in the following parameters:If
semanage
isn't installed, install it:Check whether your port is listed:
If your port doesn't appear in the list, run this command:
Restart the httpd service:
You can now access the PEM web interface using your port. For more details, see Accessing the web interface.
For Debian and Ubuntu
Edit the file
/etc/apache2/sites-available/edb-ssl-pem.conf
, replacing 8443 with your port number in the following parameters:Restart the httpd service:
You can now access the PEM web interface using your port. For more details, see Accessing the web interface.
- On this page
- For RHEL
- For Debian and Ubuntu