さくらのVPSを使ってみる:phpPgAdmin

さくらインターネットのVPS では、phpPgAdminはyumでインストールできます。

# yum -y install phpPgAdmin

このままではローカルホストからしか接続できないので、設定を変更します。

# vi /etc/httpd/conf.d/phpPgAdmin.conf
<Location /phpPgAdmin>
#    Order deny,allow
#    Deny from all
#    Allow from 127.0.0.1
#    Allow from ::1
#    # Allow from .example.com
</Location>

Apacheを再起動して完了。
# /etc/rc.d/init.d/httpd restart

  • Spread The Love
  • Digg This Post
  • Tweet This Post
  • Stumble This Post
  • Submit This Post To Delicious
  • Submit This Post To Reddit
  • Submit This Post To Mixx

0 Response to “さくらのVPSを使ってみる:phpPgAdmin”

Leave a Reply