• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by SoftCreatR

  1. S

    SSL POODLE / SSLv3 bug

    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...
  2. S

    How to disable SSL v2 und RC4 with Plesk 12 on Win 2008 R2

    If they are using old browsers, it might be, that they can't visit your page(s). However, it's strongly advised to remove support for SSL.
  3. S

    Horde authentication error

    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.
  4. S

    Horde authentication error

    What's the easiest way to get in touch with them?
  5. S

    Horde authentication error

    Already tried that. Still no success.
  6. S

    Horde authentication error

    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...
  7. S

    Horde 5.2.2?

    Is there any ETA, when Horde will be upgraded to 5.2.2?
  8. S

    Plesk 12 - EGroupware Bridge?

    Did that already. But that doesnt allow login via Plesk Credentials :(
  9. S

    Plesk 12 - EGroupware Bridge?

    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...
  10. S

    Nginx not starting automatically

    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.
  11. S

    Nginx not starting automatically

    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...
  12. S

    Upgrade PHP 5.3.10 on Plesk 11.0.9 (plesk11) for joomla 3.3.0

    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.
  13. S

    Serious problems after fresh install

    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...
Back
Top