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.
Open devportal.conf in an
editor: >
vi /etc/httpd/conf/vhosts/devportal.conf
Set the port number in the virtual host definition with the desired port: <VirtualHost
*:portNumber>
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-30 UTC."],[],[]]