Linux Toolkits Blog is a scratch-pad of tips and findings on Linux
Saturday, October 8, 2011
Avoiding DNS Lookup for Apache 2
If you wish to avoid situations where you do not wish to do DNS lookup for the client machines which will slow Apache performance. To do it is quite quick by setting the HostNameLookups directive to off at /etc/httpd/conf/httpd.conf
No comments:
Post a Comment