fix regex

pull/3993/head
Binhao Qian 2025-04-17 05:14:21 +08:00
parent 1efac4810d
commit 41775bd25d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ before = apache-common.conf
[Definition]
failregex = ^%(_apache_error_client)s ((AH01276: )?.*Cannot serve directory .* directory index forbidden by Options directive$|Directory index forbidden by Options directive: .*$)
failregex = ^%(_apache_error_client)s (?:(?:AH01276: )?Cannot serve directory \S+: No matching DirectoryIndex \([^\)]*\) found, and server-generated directory|Directory) index forbidden by Options directive\b
ignoreregex =