January 2019
Intermediate to advanced
690 pages
16h
English
For this use case, I'll be using a simple EC2 instance with Apache web server installed in it. You could alternatively use any other software so long as it has the ability to produce logs.
# sudo yum install httpd
# sudo vi /etc/httpd/conf/httpd.conf
ErrorLog /tmp/logs/error_log
# sudo service httpd restart
Read now
Unlock full access