how to install Apache Web Server
how to install Apache Web Server
Step 2: Launch an
EC2 Instance
i. Navigate to the EC2 instance.
ii. Click on the "Launch Instance" button.
iii. To launch an instance follow these general steps shown below:
Fill Info (Name and tags)
Step 1:
i. Open PuTTy application.
ii.Copy public IPv4 address from the instance details and paste it under the
Host Name in PuTTY.
v. Click on accept.
vi. Connected to Linux server. It is now successfully up and running on AWS
cloud.
Installation of Apache web server
viii. To stop server write command : “systemctl stop httpd”, to start server write
command :”systemctl start httpd”.
ix. Now enter the IP address of our linux instance on web browser and add
“:8080” to it.
Conclusion : Instance is created and apache
web server is installed.