phpPgAdmin インストール


$conf['servers'][0]['host'] = 'localhost';
$conf['extra_login_security'] = false;
$conf['owned_only'] = true;

  • elmarverde% cd /etc/httpd/conf.d/
  • elmarverde% sudo vi pgadmin.conf

Alias /phpPgAdmin /var/www/html/pgadmin



Order deny,allow
Deny from all
Allow from 127.0.0.1
Allow from ::1
# Allow from .example.com

  • elmarverde% sudo /etc/rc.d/init.d/httpd restart
  • elmarverde% http://サーバ/phppgadmin/