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.

Related questions

0 votes
asked Mar 30, 2022 in Apache Webserver by sharadyadav1986
0 votes
asked Jun 7, 2023 in Azure by Robindeniel
...