In Private cloud deployment, how to change the default port of the developer portal?
Thanks,
In Private cloud deployment, how to change the default port of the developer portal?
Thanks,
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.
Assume that your new port number is 78
cp /etc/httpd/ports.conf /etc/httpd/ports.conf_backupgedit /etc/httpd/ports.conf
Find this line- Listen 80
Replace with the following line – Listen 78
Save the edited file
/etc/init.d/httpd restartApache HTTP server, Linux
Cheers,
Anil Sagar
Thanks Anil, maybe the folder structures have changed,
In 15.04 -
vi /etc/httpd/conf/httpd.conf
Search for ‘Listen 80’ and replace the port
Restart httpd - service httpd restart
Hi @Anil Sagar
I changed the port to 8000 in /etc/httpd/conf/httpd.conf and restarted the http server.
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