services.httpd.logFormat
Selects the access log format written to log files.
The values combined, common, referer, and agent correspond to predefined Apache HTTPD log formats.
Setting the value to custom enables the use of a user-defined format string specified via customLogFormat.
The value none disables access logging entirely.
Further details on Apache log formats are available at https://httpd.apache.org/docs/2.4/logs.html.
- Type
one of "combined", "common", "referer", "agent", "custom", "none"- Default
"common"- Example
"custom"- Declared
- <nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix>