You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apache 2.2, which is the version of Apache on CentOS 6, sometimes allows syntax like:
<Block1>
<Block2>
</Block2> </Block1>
Where the final closing brackets are on the same line. @etingof, what do you think about enabling an option to support this? It seems to actually be a bug in Apache 2.2's parser, but we may have to support it (to prevent regressions) until CentOS 6 is EOL'ed.
The text was updated successfully, but these errors were encountered:
Apache 2.2, which is the version of Apache on CentOS 6, sometimes allows syntax like:
Where the final closing brackets are on the same line. @etingof, what do you think about enabling an option to support this? It seems to actually be a bug in Apache 2.2's parser, but we may have to support it (to prevent regressions) until CentOS 6 is EOL'ed.
The text was updated successfully, but these errors were encountered: