Quantcast
Channel: redmine - かきスタンプ
Viewing all articles
Browse latest Browse all 3

AWS:bitnami RedmineのphpMyAdminアクセス方法

$
0
0

AWS Marketplaceの Redmineにて、phpMyAdminにアクセスする方法。

通常のRedmineのURLの末尾に「/phpmyadmin/」を付けてブラウザを叩くと、phpMyAdminが起動します。

しかし、デフォルトだと「For security reasons, this URL is only accessible using localhost (127.0.0.1) as the hostname.」とエラーメッセージが表示されるので、設定を変更する必要があります。

手順

  1. sshログイン
  2. /opt/bitnami/apps/phpmyadmin/conf/httpd-app.conf の以下の項目を編集
     ・Allow from 127.0.0.1→ Allow from all
     ・Require local → Require all granted
  3. apacheを再起動
     コマンド:sudo /opt/bitnami/ctlscript.sh restart apache

で、phpMyAdminを表示可能です。


Viewing all articles
Browse latest Browse all 3

Trending Articles