Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
To continue sharing your ideas and feedback, please visit features.plesk.com
Originally posted by faris Be aware that using these options will cause problems with some sites or even just some pages on some sites (depending on what the pages do).
This is probably why is it not enabled by default.
exact.. you can experience some problems with php pages that try to dinamically generate a content with a particular mime-type... or some problems with the ob_gzlib used in a lot of php forums/cms...
(however i think that if it's possible it's better to compress the output with deflate instead of using ob_gzhandler and other phplevel functions
I had to add the "load_module..." with path to /usr/lib/apache2-prefork/module_deflate.so, otherwhise, httpd did not restart.
Normaly, I add all my changes for httpd.conf into server-tuning.conf. It seems, that this file is not rebuilt by plesk (anybody experience with this file?)