-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Support the `%{c}h` log directive - `%f` and `%R` can now be `None` - **Bugfix**: `%u` can now match the string `""` (two double quotes) - Support `mod_ssl`'s `%{*}c` and `%{*}x` directives - Support the `%{hextid}P` directive (as a hexadecimal integer) - Support the `%L` and `%{c}L` directives - Parameters to `%{*}p`, `%{*}P`, and `%{*}T` are now treated case-insensitively in order to mirror Apache's behavior - Refined some directives to better match only the values emitted by Apache: - `%l` and `%m` no longer accept whitespace - `%s` and `%{tid}P` now only match unsigned integers - `%{*}C` no longer accepts semicolons or leading or trailing spaces - `%q` no longer accepts whitespace or pound/hash signs
- Loading branch information
Showing
4 changed files
with
8 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters