• 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

Search results

  1. V

    Question Let's encrypt probleem with SSL rewrite

    We use additional apache directives (not .htaccess!!) to force clients to be redirected to SSL. <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST} [R,QSA] </IfModule> This works without a problem. We installed the let's encrypt plugin...
  2. V

    Lots of logentries for propfind /exchange/<email>

    Recently I got warnings that /var/log was filling up on our Plesk 12.5 Linux server. I found out that about every 5 seconds there was a logentry for propfind /exchange/<email> with statuscode 405. Surely it has something to do with an autodiscover or ActiveSync on a mobile or tablet or...
  3. V

    Slave DNS Manager not deleting zone

    I've setup Bind 9.10.1 on a windows server as a slave DNS server. I've installed the Slave DNS Manager on Plesk 12 for Linux and setup configuration. New zones are added ok so authentication en communication is working perfectly. But when I delete a zone in Plesk, the zoneconfig file doesn't...
  4. V

    Change open_base_dir for ssl subdomain

    We migrated from plesk 7 for linux to a new server with plesk 8.3.0 for linux. One of our customers had the following domain set up: normal website: http://www.<domain> admin website: https://beheer.<domain> The normal website doesn't use ssl, just plain http. To change their dynamical...
Back
Top