LoginSignup
1
1

More than 5 years have passed since last update.

[AWS] WordPressのBitnamiというバナーを消す

Posted at

概要

AWSのWordPressのBitnamiというバナーを消す方法です。

1.ターミナルからbitnamiというユーザー名でログインする

こんな感じ。

$ ssh -i ~/.ssh/MyKeyPair.pem bitnami@{パブリック DNS}

ログインすると下記のようなロゴが表示されます。

       ___ _ _                   _
      | _ |_) |_ _ _  __ _ _ __ (_)
      | _ \ |  _| ' \/ _` | '  \| |
      |___/_|\__|_|_|\__,_|_|_|_|_|

2.バナーを非表示にする

$ sudo /opt/bitnami/apps/wordpress/bnconfig --disable_banner 1

3.Apacheを再起動する

$ sudo /opt/bitnami/ctlscript.sh restart apache

おそらく役立つ情報

痒いところに手が届くかもしれない記事を書いています。
フォローしてくれるとやる気になります!

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