Win XP Remote_Addr
Posted by: MiMu (---.dip0.t-ipconnect.de)
Date: May 01, 2007 09:12PM

Hi,
i found a problem for myself. But, perhaps very interesting for somebody here in this Forum.

I couldn't resolve the ip adress from my clients with the new installed WAMP (1.7.0)Server.
The old one (1.6.x) worked fine.
In my PHP Script i get the client ip address with $ip = $_SERVER['REMOTE_ADDR'].
But it don't worked. Every Client, each of them XP Prof Operation Sytems bring up the IP Address 0.0.0.0.
So i googled and found that the reason for this is the blocking from Windows Firewall/Antivirus System from my clients.

To dissolve this problem insert at the end of the httpd.conf File

Win32DisableAcceptEx

This eliminate my problem
MiMu


Options: ReplyQuote
Re: Win XP Remote_Addr
Posted by: CyberSpatium (71.237.217.---)
Date: May 02, 2007 07:51AM

http://httpd.apache.org/docs/2.0/mod/mpm_winnt.html

CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!

Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.

WebDev Newbie Blog

Options: ReplyQuote


Sorry, only registered users may post in this forum.