Skip to content

Commit 80ab2f9

Browse files
author
Till Brehm
committed
Merge branch '5612-apache-logs' into 'stable-3.1'
Issue #5612: Add CustomLog|ErrorLog to the Apache blacklist Closes #5612 See merge request ispconfig/ispconfig3!1097
2 parents 6dbfeac + 1d9c2e7 commit 80ab2f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/^\s*(LoadModule|LoadFile|Include|IncludeOptional)(\s+|[\\\\])/mi
22
/^\s*(SuexecUserGroup|suPHP_UserGroup|suPHP_PHPPath|suPHP_ConfigPath)(\s+|[\\\\])/mi
3-
/^\s*(FCGIWrapper|FastCgiExternalServer)(\s+|[\\\\])/mi
3+
/^\s*(FCGIWrapper|FastCgiExternalServer)(\s+|[\\\\])/mi
4+
/^\s*(CustomLog|ErrorLog)(\s+|[\\\\])/mi

0 commit comments

Comments
 (0)