LoginSignup
1
1

More than 5 years have passed since last update.

Webminをインストール

Posted at

参考:

インストールに必要なパールモジュールをインストールする

 yum -y install perl-Net-SSLeay

最新版を入手

公式サイト

mkdir /downloads
cd /downloads

wget http://download.webmin.com/download/yum/webmin-1.630-1.noarch.rpm

rpm -Uvh webmin-1.630-1.noarch.rpm

# アクセス制限を掛ける場合
cp /etc/webmin/miniserv.conf /etc/webmin/miniserv.conf.org
vim /etc/webmin/miniserv.conf


 # 最終行:アクセス許可するIP追記
allow=127.0.0.1 10.0.0.0/24

再起動

service webmin restart
1
1
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
1