What can I do?
RewriteEngine onProxyRequests onRewriteRule /my_app http://localhost:4020/$1 [P,L]RewriteRule /(submit.*) http://localhost:4020/$1 [P,L]RewriteRule /(files.*) http://localhost:4020/$1 [P,L]ProxyPassReverse /(.*) http://localhost:4020/$1