Internet Products
1838789 Members
3204 Online
110130 Solutions
New Discussion

apache over windows configuration

 
jpcast_real
Regular Advisor

apache over windows configuration

Hello ,

I am having serious performance problems in my apache web server over windows XP . It is extremely slow and I have discovered, using ethereal , that the web server is making netbios name search ... Do you know why ,??? How can I disable apache to make this???

thanks
Here rests one who was not what he wanted and didn't want what he was
1 REPLY 1
Georg Tresselt
Honored Contributor

Re: apache over windows configuration

Check your httpd_conf file and look for "lookup". There is an entry which defines whether every client's address should be checked via nslookup. That causes long delays when the system has to wait for timeouts. Unfortunately, I don't remember the exact name of that entry, something like HOSTNAMELOOKUP. You should set it to NO.
http://www.tresselt.eu