最終更新:2012-04-10 (火) 04:06:32 (4392d)  

Linux/etc/httpd/conf.d/phpMyAdmin.conf
Top / Linux / etc / httpd / conf.d / phpMyAdmin.conf

ベーシック認証

Alias /alias-of-pma /usr/share/phpMyAdmin
<Directory /usr/share/phpMyAdmin/>
   order deny,allow
   allow from all
   #deny from all
   #allow from 127.0.0.1
   #allow from ::1
   AuthType Basic
   AuthName "pma auth"
   AuthUserFile /var/www/.htpasswd.pma
   Require valid-user
</Directory>

メモ

allow from 192.168.