LoginSignup
1
0

More than 5 years have passed since last update.

Nginx Unit のインストール

Posted at

やってみたのでメモ

手順

  1. リポジトリ情報を登録する

    # vi /etc/yum.repos.d/unit.repo
    
    unit.repo
    [unit]
    name=unit repo
    baseurl=https://packages.nginx.org/unit/centos/$releasever/$basearch/
    gpgcheck=0
    enabled=1
    
  2. ベースのソフトウェアをインストールする

    # yum install unit
    
  3. 追加のソフトウェアをインストールする

    # yum install unit-devel unit-go unit-jsc8 unit-php unit-perl unit-python
    

参考

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