sdk Posted September 26, 2020 Posted September 26, 2020 A few questions. Does Heliohost support Brotli compression? I couldn't get it to work. How do I change the gzip compression level? I tried setting DeflateCompressionLevel in htaccess but it gives me an internal server error. Is there a way to serve extensionless files as php? I tried SetHandler, ForceType, etc... Everything causes the files to be downloaded by the browser instead of parsed by the server. Does Ricky have Http/2 support? Is it likely to be added in the future? Thank you. Quote
Krydos Posted September 26, 2020 Posted September 26, 2020 Does Heliohost support Brotli compression?No. How do I change the gzip compression level? I tried setting DeflateCompressionLevel in htaccess but it gives me an internal server error.If you take a look at https://httpd.apache.org/docs/2.4/mod/mod_deflate.html you can see that the DeflateCompressionLevel directive isn't available in the .htaccess context. It can only be set in the server config, or virtual host context. Is there a way to serve extensionless files as php? I tried SetHandler, ForceType, etc... Everything causes the files to be downloaded by the browser instead of parsed by the server.Maybe try something like this https://stackoverflow.com/a/33584050/2336864 Does Ricky have Http/2 support?No. Is it likely to be added in the future?Probably not anytime soon. We did support http2 on Tommy for a while, but since we last rebuilt Tommy it doesn't come on by default and no one has requested it again yet. I would be willing to set it up on Tommy again though if someone requested it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.