Home  >  Article  >  Operation and Maintenance  >  How to check whether the apache service is installed under linux

How to check whether the apache service is installed under linux

王林
王林Original
2020-06-10 18:02:278593browse

How to check whether the apache service is installed under linux

To check whether the apache service is installed under Linux, you can use the following two commands:

apachectl -v
//或
httpd -v

The effects of the above two commands are the same, and the output results are as follows:

How to check whether the apache service is installed under linux

If the output results include the following information, it means that the apache service has been installed on the system.

Server version: Apache/2.2.15 (Unix)
Server built:   Dec  5 2012 04:03:01

Recommended tutorial: linux tutorial

The above is the detailed content of How to check whether the apache service is installed under linux. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn