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
Check those settings in your httpd.conf (especially with default fedora settings which are not performance oriented). They'll change the way Apache manage connections to your website:
PHP:
Timeout 50
KeepAlive On
MaxKeepAliveRequests 120
KeepAliveTimeout 10