Login
Remember
Register
Ask a Question
How will you install the Apache server on Linux Machine?
0
votes
asked
Jun 10, 2022
in
Apache
by
Robin
How will you install the Apache server on Linux Machine?
install-apache
linux-apache
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 10, 2022
by
Robin
This is the common Apache Interview Question asked in an interview. We can give the following command for Centos and Debian, respectively:
Centos: yum install httpd
Debian: apt-get install apache2.
...