Private Cloud Developer Portal: How to change default port?

In Private cloud deployment, how to change the default port of the developer portal?

Thanks,

Solved Solved
0 4 471
1 ACCEPTED SOLUTION

Thanks Anil, maybe the folder structures have changed,

In 15.04 -

1. vi /etc/httpd/conf/httpd.conf

2. Search for 'Listen 80' and replace the port

3. Restart httpd - service httpd restart

View solution in original post

4 REPLIES 4

Dear @Mukundha Madhavan ,

Apigee Developer Portal runs on apache server port 80 by default. You need to change the apache server port to change default port of developer portal.

1. Assume that your new port number is 78

2. cp /etc/httpd/ports.conf /etc/httpd/ports.conf_backupgedit /etc/httpd/ports.conf

3. Find this line- Listen 80

4. Replace with the following line – Listen 78

5. Save the edited file

6. /etc/init.d/httpd restartApache HTTP server, Linux

Cheers,

Anil Sagar

Thanks Anil, maybe the folder structures have changed,

In 15.04 -

1. vi /etc/httpd/conf/httpd.conf

2. Search for 'Listen 80' and replace the port

3. Restart httpd - service httpd restart

Not applicable

Hi @Anil Sagar

<span class="autotaguser-autocomplete-box">I changed the port to 8000 in /etc/httpd/conf/httpd.conf and restarted the http server.</span>

<span class="autotaguser-autocomplete-box">
</span>

The landing page works fine but all other links on the page return 404 for example following links do not work :

http://keng01-dev01-ins01-sdm01-1486375584.dev.mykronos.internal:8000/apis

http://keng01-dev01-ins01-sdm01-1486375584.dev.mykronos.internal:8000/login

Could you please specify ,if i need to change anything else as well .

Regards

arpritt

we are using 4.16.05 version of portal