No doubt, working in Amazon Web Services (AWS) environment is very much challenging. You have to do everything by yourself including server setup, install phpmyadmin, domain mapping and so on. Throughout the whole process, I have learned lots of new and useful commands. So, I think it will be a helpful resource for others as well.
Please check the following useful commands that I have utilized and tested for AWS Apache server environment.
01. Restart Apache Server.
sudo service apache2 restart
02. Reload Apache Server.
sudo service apache2 reload
03. Remove A Folder.
sudo rm -r YourFolderName
04. Access apace.conf file.
sudo nano apache2.conf
05. Install Send Mail Server ( Fix SMTP issue)
sudo apt-get install sendmail
Was this information useful? What other tips would you like to read about in the future? Share your comments, feedback and experiences with us by commenting below!