How do I install Apache HTTPD web server on AWS Linux? I also want to do the fol
ID: 3699257 • Letter: H
Question
How do I install Apache HTTPD web server on AWS Linux?
I also want to do the following:
1. Generating self-generated keys for httpd server (some helpful information can be found at https://www.sslshopper.com/article-how-to-create-and-install-an-apacheself-signed-certificate.html).
2. (Optional) Alternatively, you should get a trusted certificate for your server from https://letsencrypt.org
3. Configure the Apache server with strong cryptography. You are only allowed to use RSA with module at least 2048 bits with corresponding cryptographic primitives such as DH-2048, SHA-256, and AES-128.
Explanation / Answer
if you have setup AWS instance
i) login through SSH client
ii)to install httpd use YUM
iii) then it will ask for installation, press Y
command inputs:
$sudo su
$ yum istall httpd
$service httpd start
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.