You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2009/04/10 16:45:33 UTC

[Httpd Wiki] Trivial Update of "InternalDummyConnection" by JeffGodin

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.

The following page has been changed by JeffGodin:
http://wiki.apache.org/httpd/InternalDummyConnection

The comment on the change is:
prevent CustomLog from being interpreted as a WikiPage

------------------------------------------------------------------------------
  SetEnvIf Remote_Addr "127\.0\.0\.1" loopback
  }}}
  
- and then add {{{env=!loopback}}} to the end of your CustomLog directive.
+ and then add {{{env=!loopback}}} to the end of your !CustomLog directive.
  
  In 2.2.6 and earlier, in certain configurations, these requests may hit a heavy-weight dynamic web page and cause unnecessary load on the server. You can avoid this by using mod_rewrite to respond with a redirect when accessed with that specific User-Agent or IP address.