Re: Re: possible to add multiple locations for the document root

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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.




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux