Your message dated Mon, 12 Jun 2006 15:18:48 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#372881: phppgadmin does not configure apache2 properly
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: phppgadmin
Version: 3.5.2-5
Severity: important
Hi,
I just installed a fresh copy of phppgadmin, apache2 and postgresql. When I
now try to visit http://my.host.org/phppgadmin, I get:
==> /var/log/apache2/error.log <==
[Mon Jun 12 12:32:33 2006] [error] [client 192.168.0.11] client denied by
server configuration: /usr/share/phppgadmin/
--- End Message ---
--- Begin Message ---
On Monday 12 June 2006 12:38, Olaf Zaplinski wrote:
> Package: phppgadmin
> Version: 3.5.2-5
> Severity: important
>
>
> Hi,
>
> I just installed a fresh copy of phppgadmin, apache2 and postgresql. When I
> now try to visit http://my.host.org/phppgadmin, I get:
>
> ==> /var/log/apache2/error.log <==
> [Mon Jun 12 12:32:33 2006] [error] [client 192.168.0.11] client denied by
> server configuration: /usr/share/phppgadmin/
It configures it in a secure way, allowing access only to localhost by
default. You just need to change the /etc/apache2/conf.d/phppgadmin file to
be able to connect from other places.
Just uncomment the "#allow from all" line and comment the "allow from
127.0.0.0/255.0.0.0" line.
Best regards
--- End Message ---