On Oct 25, 2010, at 9:28 AM, e-letter wrote:
I deliberately changed permission just to get the service working. Of
course, security will need to be improved in future. :)
Below is extract from the file '/etc/httpd/logs/error_log':
[Mon Oct 25 12:35:59 2010] [notice] Apache/2.2.6 (Mandriva
Linux/PREFORK-8.2mdv2008.0) PHP/5.2.4 with Suhosin-Patch mod_put/2.0.8
configured -- resuming normal operations
[Mon Oct 25 13:30:59 2010] [error] [client 127.0.0.1] client denied by
server configuration: /usr/local/phppgadmin/phppgadmin/login.php
This doesn't explain anything to me. Advice please?
Somewhere in your configuration you'll need:
<Directory /usr/local/phppgadmin/phppgadmin>
Order allow,deny
Allow from all
</Directory>
Based on what you sent earlier, I don't know if you have anything like
this, but without it, you'll get the error message above.
--
Rich Bowen
rbo...@rcbowen.com
http://drbacchus.com/