Setup and Apache Web Server on AWS EC2

Subscribers:
1,220
Published on ● Video Link: https://www.youtube.com/watch?v=-QQojDehMLk



Duration: 10:12
225 views
2


Today we install apache, one of the great web servers that run the internet. We set it to auto-boot as well so when the system reboots it starts. Finally, we play with processes and update the system.

We did have to change the security group to allow port 80 traffic as well.

[ec2-user@ip-172-31-81-162 html]$ history
1 sudo yum -y install httpd
2 sudo service httpd start
3 cd /var
4 ls
5 cd www
6 ls -l
7 cd html
8 ls
9 echo "I did it" **REMOVED** index.html
10 sudo echo "I did it" **REMOVED** index.html
11 sudo su -
12 pgrep http
13 ps -eaf | grep http
14 top
15 ps -eaf | grep http
16 pstree 3516
17 kill 3516
18 sudo kill 3516
19 pgrep http
20 chkconfig httpd on
21 sudo chkconfig httpd on
22 history
23 sudo yum -y update




Other Videos By Information Technology


2022-12-15I got the CompTIA IT Operations Specialist – CIOS Stackable Certification
2022-12-14I passed the CompTIA Network+ Certification Exam
2022-12-13I got the CompTIA Systems Support Specialist – CSSS Stackable Certification
2022-12-12Children
2022-12-12I passed the Linux+ certification exam from CompTIA
2022-11-08Launch EC2 From AWS Lambda - This was done using an AWS Academy Learner Lab Account
2022-10-13Create Random Files in Learners Home Directories
2022-10-13Create 90 SFTP Only Users With a Single Command
2022-10-13Setting up a chrooted sftponly system for users in a specific group
2022-10-13Understanding Network Connections and installing Cups - Why do we print so much, arg! EC2 Metadata
2022-10-13Setup and Apache Web Server on AWS EC2
2022-10-13Systems Administrators Should Learn From Others Mistakes - Look at Standards
2022-10-13Playing with Split, Cat and Diff in linux using AWS
2022-09-23Finding files in linux and then doing something with that information (locate, find, updatedb, exec)
2022-09-22Linux Cut, Paste, Sort, Uniq, Tr, and Egrep - lets play
2022-09-22Cost of EC2 in AWS and touching on how to learn Regular Expressions
2022-09-22Getting ready to certify in Amazon Web Services (AWS)... Watch this video to get some tips
2022-09-19Setup a StarBound server in AWS on ubuntu
2022-09-15Some great features of the Canvas LMS and my course setup best practices
2022-09-15Linux combing and compressing (zipping) with tar. Simple reports with xargs and gpg for encryption
2022-09-13Creating links in Linux with a little intro to inodes and mounts