0 votes
in Apache by
How will you install the Apache server on Linux Machine?

1 Answer

0 votes
by
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.
...