client denied by server configuration
Posted by: clorne (---.pec.co.uk)
Date: September 19, 2007 02:35PM

System: windows 2000

I have been running php/mysql for a number years successfully but have just upgraded to wamp 1.7.3 and although it installs OK and all services run it comes up with
<-------
Forbidden

You don't have permission to access /phpmyadmin/ on this server.
------->
for phpmyadmin and sqlite admin

all the Apache error log shows is

<-------
client denied by server configuration: D:/wamp/phpmyadmin/
----->

any ideas?

Options: ReplyQuote
Re: client denied by server configuration
Posted by: jw_k (---.net-you.de)
Date: September 22, 2007 08:59PM

seems due to the apache 2.2.4 bug *on win 2000* :
REMOTE_ADDR is always 0.0.0.0 so *any* ip check/allow for 127.0.01 fails.
I had to downgrade to 2.2.3.
HTH



Post Edited (09-25-07 20:03)

Options: ReplyQuote
Re: client denied by server configuration
Posted by: clorne (---.dynamic.dsl.as9105.com)
Date: September 23, 2007 09:35AM

Thank you very much for this information.
With a bit more research the suggestion is to
add -- Win32DisableAcceptEx -- string to httpd.conf file.

I haven't tried this yet but will do so as soon as I get back onto the 2000 machine.

Apache are due to release a patch for this bug later this year.

Options: ReplyQuote
Re: client denied by server configuration
Posted by: jw_k (---.net-you.de)
Date: September 23, 2007 07:26PM

>add -- Win32DisableAcceptEx -- string to httpd.conf file.

don't do that - you'll get severe memory leaks
____

to just make phpmyadmin working you could remove "deny from all"
and use auth_type = 'http';//or 'cookie' in your phpmyadmin/config.inc.php
to restrict other users.



Post Edited (09-23-07 19:33)

Options: ReplyQuote
Re: client denied by server configuration
Posted by: Ron (---.upc-e.chello.nl)
Date: September 23, 2007 10:27PM

I also encountered the 0.0.0.0 problem on my 2000 server. Could somebody explain in a bit more detail how I can restrict other user from phpmyadmin? Using auth_type = 'http';//or 'cookie' in your phpmyadmin/config.inc.php ...

:-( I' rather new to WAMP :-)

Options: ReplyQuote
Re: client denied by server configuration
Posted by: clorne (---.dynamic.dsl.as9105.com)
Date: September 24, 2007 07:49AM

Apache 2.2.5 which corrects the Windows 2000 bug is now available for download at

[www.apachelounge.com]

(I have not tried this yet but will do so later this week)

Options: ReplyQuote
Re: client denied by server configuration
Posted by: jw_k (---.net-you.de)
Date: September 24, 2007 01:22PM

@Ron:
[wiki.cihar.com]
[wiki.cihar.com]

@clorne:
[www.apachelounge.com] ->2.2.5
REMOTE_ADDR works again on w2k
thx

Options: ReplyQuote


Sorry, only registered users may post in this forum.