最近、サーバーを Debian Wheezy から Debian Jessie (Debian 8) にアップグレードしました。多くのパッケージが更新され、現在、 http://myIP/phppgadminから phppgadmin にアクセスする権利がありません。
Forbidden
You don't have permission to access /phppgadmin/ on this server.
私は問題を解決するために多くの考えを試みますが、絶対に何もうまくいきません...
/etc/apache2/conf.d/phppgadmin で:
Alias /phppgadmin /usr/share/phppgadmin
<Directory /usr/share/phppgadmin>
DirectoryIndex index.php
AllowOverride None
order allow,deny
# deny from all
allow from 127.0.0.0/255.0.0.0 ::1/128
allow from all
/etc/apache2/sites-enabled/000-default.conf に次を追加します。
<Directory /usr/share/phppgadmin/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
/usr/share/phppgadmin/、/var/www のパーミッションを変更しようとしています...
パッケージ phpgpadmin をアンインストールしても同じメッセージが表示されます !
apt-get remove phppgadmin
助けてくれてありがとう...