• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. R

    Error while recreating template

    Hey, i disabled the reverse proxy and i got following error: Fehler: Aufgrund von Fehlern in den Konfigurations-Templates konnten keine neuen Konfigurationsdateien für den Apache Webserver erstellt werden: Template processing failed: file = /opt/psa/admin/conf/templates/default/server.php...
  2. R

    Passing headers through nginx

    push me to the top ;)
  3. R

    Passing headers through nginx

    Hi, i want to pass the X-SENDFILE header to apache through nginx. Is this possible or do i have to disable the reverse proxy? Kind regards
  4. R

    Can't find Debian 7.6 Plesk installer

    I tried to update with cli, but the installer fails to load the md5 sum for Debian 7.6 Datei wird heruntergeladen PSA_12.0.18/plesk-12.0.18-deb7.0-x86_64.inf3: 22%..51%..85%..96%..100% fertig. Getting new version of Parallels Installer... Datei wird heruntergeladen...
  5. R

    roundcube on iOS 7 (Safari)

    Hi, I can't open Roundcube in Safari (iPad and iPhone) but on Chrome for iOS it is possible to open it. (https://webmail.domain.com) "Safari kann die Seite nicht öffnen, da die Netzwerkverbindung unterbrochen wurde." (This was existing in Plesk 11.5 too) Debian 7, MariaDB 5.5, plesk...
  6. R

    Dovecot secure IMAP server with Sieve support

    Then your logfile is insufficient It only tells me That postfix can't read the FQDN of your Host system. The only dovecot referred log is a SIGHUP. Are you saure the /etc/hostname is corrcect?
  7. R

    Dovecot secure IMAP server with Sieve support

    Ok... Maybe it helps to reinstall dovecot or Switch back to Fourier and later back. Service dovecot reload Shows no errors? Please empty the logfile and perform a dovecot start.
  8. R

    Dovecot secure IMAP server with Sieve support

    Check your /etc/postfix/main.cf ! The log file says postmaster_address not given maybe you deleted to much.
  9. R

    Dovecot secure IMAP server with Sieve support

    There is a Problem with your hostname (Domain.com?)
  10. R

    Plesk11.5 to 12.0 # Firewall, FTP

    Hey, I wrote an Artikel about it http://www.ming-block.de/2014/04/ftp-passiven-modus-wiederherstellen/ (but it's in german)
  11. R

    Multiple PHP - Help with install problems

    Yes just change it in the php.ini. But this makes no sense when you installed it to sqllite.
  12. R

    Multiple PHP - Help with install problems

    you can first do a make uninstall or just do it over the top (should be safe i think)
  13. R

    Multiple PHP - Help with install problems

    Hey the solution is simple try to compile it with sqllite! You have '--without-pdo-sqllite' in your ./configure use '--with-sqlite3' '--with-pdo-sqllite' (maybe you have to fix the build dependencies) instead :) Edit: The performance with a real database server is much better and reliable...
  14. R

    Plesk 12.0 Preview

    Is it later possible to convert the license to a PP12 license? What happens if i try to use the 11.x license?
  15. R

    Plesk 12.0 Preview

    Hey, i've got an PP11.5 license what will happen if i upgrade to PP12? Will the license be converted? Cheers
  16. R

    Multiple PHP - Help with install problems

    Hey, good to see you back then! :) There propably some switches that you can remove but most of them are usefull (mysql, ftp, zip, opcache etc.). If you don't use ldap for example you can remove with-ldap and with-ldap-sasl.
  17. R

    Multiple PHP Versions

    add '--with-curl' at your ./configure string when compiling php
  18. R

    Multiple PHP Versions

    you should use something like this phpize --with-php-config=/usr/local/php5511-cgi/bin/php-config or ./configure --with-php-config=/usr/local/php5511-cgi/bin/php-config or for PECL pecl -C ./pear.conf (in your php 5.5.12 directory)
  19. R

    502 Bad Gateway on Debian7 + Mariadb10 + Plesk 11.5

    Try MariaDB 5.5. MariaDB 10 is build on MySQL 5.6 but it works with PP12
  20. R

    Multiple PHP - Help with install problems

    Shutdown every daemon/service (mysql, apache, nginx etc). I had a server with 1 GB RAM and i had no problems with compiling and installing multiple php versions. I'm using ./configure '--cache-file=../config.cache' '--prefix=/usr/local/php5512-cgi'...
Back
Top