> We have done update on Apache server from 2.0.x to 2.2.x. Afterwards, the > root filesystem > was exposed to public. The root cause was the following misconfigured rewrite > rule: > > RewriteRule ^(.*) $1 [E=ORDNER:X,E=TOMCAT:http://10.x.x.x/X]
Is there something here to be fixed w.r.t. the documentation about rewriterule syntax changed when upgrading?