You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/03/04 18:31:33 UTC

DO NOT REPLY [Bug 17639] New: - Hostname lookups for every request with HostnameLookups Off

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17639>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17639

Hostname lookups for every request with HostnameLookups Off

           Summary: Hostname lookups for every request with HostnameLookups
                    Off
           Product: Apache httpd-2.0
           Version: 2.0.44
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: mike@gameknot.com


Hostname lookups are happening for every request, but I have "HostnameLookups 
Off" in my httpd.conf. I can see hostnames in the apache log and if I start 
iptraf I can see lots of traffic on the localhost's port 53. This is only 
happening to a single VirtualHost that uses mod_proxy. I do not use Deny/Allow 
based on hostnames, they are all IP based. I also have mod_proxy, proxy_connect 
and proxy_http built into apache statically. Here's my proxy related 
configuration:

ProxyRequests Off
ProxyVia Off
ProxyReceiveBufferSize 32768            
                                      
ProxyPassReverse  /       http://192.168.97.11/
                                        
ProxyPass  /list_games.pl  http://192.168.97.11/list_games.pl
ProxyPass  /stats.pl       http://192.168.97.11/stats.pl
ProxyPass  /analyze.pl     http://192.168.97.11/analyze.pl
ProxyPass  /show_games.pl  http://192.168.97.11/show_games.pl

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org