0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CentOS 7.4にApache 2.4 (httpd)をインストール

Posted at

Install

sudo yum install httpd


# Version
httpd -v


sudo systemctl start httpd
ps awux | grep -v grep | grep http

バージョン確認

[centos@zzeng-hdp-3 log]$ httpd -v
Server version: Apache/2.4.6 (CentOS)
Server built:   Jun 27 2018 13:48:59
[centos@zzeng-hdp-3 log]$

[centos@zzeng-hdp-3 log]$ ps awux | grep -v grep | grep http
root     21275  1.0  0.0 226200  5096 ?        Ss   16:09   0:00 /usr/sbin/httpd -DFOREGROUND
apache   21278  0.0  0.0 226200  3000 ?        S    16:09   0:00 /usr/sbin/httpd -DFOREGROUND
apache   21279  0.0  0.0 226200  3000 ?        S    16:09   0:00 /usr/sbin/httpd -DFOREGROUND
apache   21280  0.0  0.0 226200  3000 ?        S    16:09   0:00 /usr/sbin/httpd -DFOREGROUND
apache   21281  0.0  0.0 226200  3000 ?        S    16:09   0:00 /usr/sbin/httpd -DFOREGROUND
apache   21282  0.0  0.0 226200  3000 ?        S    16:09   0:00 /usr/sbin/httpd -DFOREGROUND
[centos@zzeng-hdp-3 log]$
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?