Created
October 1, 2015 15:43
-
-
Save booyaa/e634f4d4e71927626548 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Generic configuration items (to be used as interpolations) in other | |
| # apache filters. | |
| [INCLUDES] | |
| # Load customizations if any available | |
| #after = apache-common.local | |
| [Definition] | |
| #_apache_error_client = \[[^]]*\] \[(error|\S+:\S+)\]( \[pid \d+:\S+ \d+\])? \[client <HOST>(:\d{1,5})?\] | |
| failregex = <HOST> [45][0-9][0-9] (GET|POST) (.*) | |
| ignoregex = | |
| # Author: Mark Sta Ana |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment