Jump to content

[Answered] Compression


sdk

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...