1
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 に fcgiwrap をインストール

Last updated at Posted at 2019-05-07

CentOS 7.6 に fcgiwrap をインストールする方法です。

次のページにあるのと同じです。
fcgiwrap-1.1.0-9.20181108git99c942c.el7.x86_64.rpm

  1. 最新の epel をインストール
wget https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm
sudo rpm -Uvh epel-release*rpm
  1. fcgiwrap のインストール
sudo yum install fcgiwrap
  1. インストールの確認
$ which fcgiwrap
/usr/sbin/fcgiwrap
  1. Systemd の設定
sudo systemctl start fcgiwrap@@nginx.service

動いていることを確認

$ sudo systemctl status fcgiwrap@nginx
● fcgiwrap@nginx.service - Simple CGI Server
   Loaded: loaded (/usr/lib/systemd/system/fcgiwrap@.service; bad; vendor preset: disabled)
   Active: active (running) since Tue 2019-05-07 14:58:34 JST; 1min 39s ago
 Main PID: 9341 (fcgiwrap)
   CGroup: /system.slice/system-fcgiwrap.slice/fcgiwrap@nginx.service
           └─9341 /usr/sbin/fcgiwrap -c

May 07 14:58:34 v157-7-134-246.myvps.jp systemd[1]: Started Simple CGI Server.
1
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
1
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?