Parameter:
HTTPLogAccessOptionShort description: Configures the format and behavior of the HTTP access log (e.g. Common Log Format, Combined, extended).
Profile
Parameter | HTTPLogAccessOption |
Category | HTTP / Web |
Component | Server |
Available since | 9.0 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1 |
GUI equivalent | Server document |
Possible values | Integer depending on the desired format (bitmask: CLF, Combined, headers, cookies, …) |
Description
HTTPLogAccessOption is a bitmask that determines which fields the HTTP access log contains. Typically, this controls whether the classic Common Log Format (CLF), the Combined format with Referer / User-Agent, or additional fields such as request headers or cookies are written. This makes it possible to format logs in a way targeted at SIEM / reporting tools.Example configuration
HTTPLogAccessOption=3
Notes & pitfalls
- The exact meaning of the values is version- and platform-specific – look them up in the notes.ini Reference before production use.
- Changes require an HTTP restart (
tell http restart).
- Logging cookies and auth headers can touch compliance / privacy topics – enable only selectively.
- Pairs with
HTTPLog_QueueDepth(queue) andHTTPLogAccessExclude(pattern exclusion).