Developer Services Portal v. 4.16.05
By default, the Apache server installed with the portal listens for request on port 80. Use the procedure below to configure Apache to use a different port:
- Open httpd.conf in an
editor:
> vi /etc/httpd/conf/httpd.conf - Search for 'Listen 80' and replace '80' with the desired port number.
- Save the file.
- Open devportal.conf in
an editor:
> vi /etc/httpd/conf/vhosts/devportal.conf - Edit the following line to set the new port number:
<VirtualHost *:80> - Save the file.
- Restart Apache:
> service httpd restart