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.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Here's my SSL config for nginx (i've patched Plesk nginx in order to be able to use spdy):
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers FIPS@STRENGTH:!aNULL:!eNULL;
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:20m;
ssl_session_timeout 3m;
ssl_buffer_size 1400...
I found a way to get rid of Plesk's builtin Horde (while keeping the "integration" intact) and i'm using Horde 5.2.2 now, which works fine. The builtin 5.2.1 is still bugging.
I'm currently experiencing a lot of problems, using Horde. Users are not able to log-in due to this error:
2014-10-09T10:00:54+02:00 EMERG: HORDE Uncaught exception 'Horde_Exception_PushApp' with message 'User [email protected] is not authorized for Horde.' in...
Hi,
we've just set-up EGroupware on our server (PHP 5.5 fpm + nginx) and it works fine so far.
However - We want to use EGroupware instead of Horde nor Roundcube.
Now i wonder, if there's a way to use EGroupware in combination with Plesk, so that we can log in on EGroupware with the mail...
The problem is not, that `service nginx status` shows, that nginx isnt running. The problem is, that this information is true. Because after a server restart, a webpage using php5-fpm/nginx doesnt load. But it does, if i start nginx manually.
Today, i've set up a new Debian 7 server with Plesk 12. After the basic configuration, i've installed nginx via Plesk updater.
Now, when restarting the whole server, nginx doesnt start for some reason. Plesk shows it as running, but `service nginx status` shows, that it isnt running. But an...
PHP support is not directly maintained by Plesk. By upgrading the PHP version which is installed on your server, you wont break the functionality of Plesk. You can upgrade to PHP 5.5 (for example) without any problems.
I found the problem...
Basically, i had libmysqlclient18 5.5.37-0+wheezy1 installed. After adding the dotdeb repo, it offered me to update to libmysqlclient18 5.6.17-1~dotdeb.1. After this update, the Plesk Panel did no longer work correctly.
After downgrading (apt-get install...