Wednesday, April 6, 2022

Bitnami Magento setup in AWS, remove the banner link to the Bitnami Info page

To remove the banner link to the Bitnami Info page, follow these steps:

 

1) Log in to into your server console using SSH and execute the following command.   Remember to replace APPNAME with the actual name or directory location of your application

 

             sudo /opt/bitnami/apps/APPNAME/bnconfig --disable_banner 1

 


2) Restart the webserver


               sudo /opt/bitnami/ctlscript.sh restart apache
 
 
 
References:
 
https://docs.bitnami.com/aws/how-to/bitnami-remove-banner/ 
https://docs.bitnami.com/aws/how-to/troubleshoot-magento-issues/ 

No comments:

Post a Comment