前提
- Debian10
- Bitnami Redmine
- httpPort 81
phpMyadminの設定
- ログインしてからrootを取得
- httpd-app.confを変更
- apacheをリスタート
command
user@debian:~# su -
user@debian:~# (password)
root@debian:~# nano /opt/redmine/apps/phpmyadmin/conf/httpd-app.conf
httpd-app.conf
#Allow from 127.0.0.1
Allow from all
#Require local
Require all granted
- apacheを再起動
command
/opt/[redmine]/ctlscript.sh restart apache