RewriteEngine on # add some compression AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript # fastwww rewrite rules # slowserve these files RewriteRule ^(/mathdoxeditorwiris/config/theme/theme.xsl) ajp://localhost:8009/$1 [P,L] # fastserve these files RewriteRule ^/mathdoxeditor/(applets.*) /mathdoxeditor-fastwww/$1 [P,L] RewriteRule ^/mathdoxeditor/(util/jsmath.*) /mathdoxeditor-fastwww/$1 [P,L] RewriteRule ^/mathdoxeditor/(config/theme.*) /mathdoxeditor-fastwww/$1 [P,L] RewriteRule ^/mathdoxeditor/(images.*) /mathdoxeditor-fastwww/$1 [P,L] RewriteRule ^/mathdoxeditor/(ops/javascript.*) /mathdoxeditor-fastwww/$1 [P,L] RewriteRule ^/mathdoxeditor/(player/mathdox/mathdox.css) /mathdoxeditor-fastwww/$1 [P,L] RewriteRule ^/mathdoxeditor/(.*jasymca.*class) /mathdoxplayer-fastwww/$1 [P,L] RewriteRule ^/mathdoxeditor/(formulaeditor.*) /mathdoxplayer-fastwww/$1 [P,L] RewriteRule ^/mathdoxeditor/(editor/mathdox/mathdox.css) /mathdoxeditor-fastwww/$1 [P,L] RewriteRule ^/mathdoxeditor/(editor/collection/collection.css) /mathdoxeditor-fastwww/$1 [P,L] RewriteRule ^(/mathdoxeditor/.*) ajp://localhost:8009/$1 [P,L]