server.xml
/etc/apache2/apache2.conf
ProxyRequests Off <Proxy *> Order deny,allow Deny from all Allow from all ProxyPass /bioflux ajp://localhost:8009/bioflux ProxyPassReverse /bioflux ajp://localhost:8009/bioflux
ProxyPass /xomeq ajp://localhost:8019/xomeq ProxyPassReverse /xomeq ajp://localhost:8019/xomeq
ProxyPassReverse /patho ajp://localhost:8019/patho ProxyPassReverse /patho ajp://localhost:8019/patho
<filesMatch ".(html|htm|js|css)$"> FileETag None Header unset ETag Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" Header set Pragma "no-cache" Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
AddType application/octet-stream .bam
https://stackoverflow.com/questions/1730158/how-to-set-the-ajp-packet-size-in-tomcat
to
Open /etc/apache2/apache2.conf and insert under AccessFileName .htaccess:
LimitRequestLine 1000000 LimitRequestFieldSize 1000000