How to access Apache web server (httpd) error logs for Amazon EC2 Linux and most other Linux varieties also.
1. SSH into the system. 2. Then change to Superuser using the “su” command. 3. Then change directory like so: cd /var/log/httpd/ 4. Now use this syntax at the command…