Apache config snippet $ cat httpd.conf # ServerType is either inetd, or standalone. ServerType standalone ServerTokens productonly # Port: The port the standalone listens to. For ports < 1023, # you will need httpd to be run as root initially. Port 80 # HostnameLookups: Log the names of clients or just their IP # numbers e.g. www.apache.org (on) or 204.62.129.132 (off) # The default is off because it'd be overall better for the # net if people had to knowingly turn this feature on. HostnameLookups off