Apache proxy gzip -
I am using Apache 2.4 as a proxy server. All requests that serve myapp files are being redirected to those points I
mod_proxy.so (Proxy) and
mod_deflate.so (Gzip). My httpd.config (Apache config) is what I have:
ProxyPass / MyApp / http: // MyServer: 58,080 / MyApp / & LT; Location / fusebox / & gt; ProxyPassReverse / MyApp / RequestHeader not set Accept-Encoding #SetOutputFilter Air Removal AddOutputFilterByType Air Removal Text / html text / css text / plain text / xml text / javascript application / x-javascript application / x-httpd-php & lt; / Location & gt; Do you have a suggestion why this is not working? Thanks
Sorry about the short answer, but I'm just passing through a hurry.
The possibility of your proxypass-directive is working Apache OG outside (if your tomcat is healthy) is serving the material from your tomcat.
Your proxypassreverse-directive, requestheader, and outputfilter are not likely to do anything since it is included in the location-directorate that is not related to your proxypass, loose the place-tags and having things Are going
Kind Regards, Helge
Comments
Post a Comment