[index] [text page] [<<start] [<prev] [next>] [last>>]
Page 13: Apache config snippet

Page 13

  
  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

Copyright 2003, Bri Hatch of Onsight, Inc.

Presented at ISSA Puget Sound, 2003.

Presentation created using vim and MagicPoint.