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

Recent content by Schoelje

  1. Schoelje

    Question Migrate Plesk to different domain on same server

    I did so through the Plesk interface. I found out that, although the Plesk interface example.com correctly as Full hostname, the hostname command shows the SP's default domain name after a reboot. These are the steps I took the second time in terminal: $ su hostname showed Strato's default...
  2. Schoelje

    Question Migrate Plesk to different domain on same server

    That already solves a few issues, thanks! Now, Plesk is still served from example.net:8443 and I would like that to change to example.com:8443. How can I achieve that?
  3. Schoelje

    Question Migrate Plesk to different domain on same server

    I have two domain names, say: example.net and example.com. Both domains are hosted on the same server. Plesk Onyx 17.8.11 on Linux was installed on example.net. Now that example.com is better suited for our needs, example.net is no longer needed and we would like to migrate everything to the...
  4. Schoelje

    Resolved Could not issue a Let's Encrypt SSL/TLS certificate

    I was just able to renew the certificate for this domain. First, I tried to add an Alias to the Apache directives but because of the existing rewrite this didn't work: Alias /.well-known/acme-challenge/ /var/www/vhosts/example.net/example.net/.well-known/acme-challenge/ So, I added the alias...
  5. Schoelje

    Resolved Could not issue a Let's Encrypt SSL/TLS certificate

    When I renew my domain's Let's Encrypt certificate I get this error: Error: Could not issue a Let's Encrypt SSL/TLS certificate for example.net. The authorization token is not available at http://example.net/.well-known/acme-challenge/some-has-code. To resolve the issue, make it is possible to...
  6. Schoelje

    Issue Web Statistics throw 404 on Plone site

    Well, I couldn't solve this issue but I've found a workaround. I created a sub-domain and in the "Apache & nginx Settings" of that sub-domain I added "Alias /webstat-ssl /var/www/vhosts/system/mydomain.com/statistics/webstat-ssl". So, now I can watch the statistics from my Plone site on that...
  7. Schoelje

    Issue Web Statistics throw 404 on Plone site

    In /var/www/vhosts/system/mydomain.com/conf/httpd.conf I see this Alias: Alias "/plesk-stat" "/var/www/vhosts/system/mydomain.com/statistics" <Location /plesk-stat/> Options +Indexes </Location> <Location /plesk-stat/logs/> Require valid-user </Location> Alias /webstat...
  8. Schoelje

    Issue Web Statistics throw 404 on Plone site

    I have found these conf files but don't know what to do with it: /opt/psa/etc/awstats/awstats.mydomain.com-http.conf /opt/psa/etc/awstats/awstats.mydomain.com-https.conf Any ideas?
  9. Schoelje

    Issue Web Statistics throw 404 on Plone site

    Server: Debian 8.10‬ Plesk: Plesk Onyx 17.8.11 Update #5 Plone: 5.0.8 Note: mydomain is redacted. I run a Plone site with a URL like this: mydomain.com:8080/Plone I created an Apache RewriteRule so that users whould see the friendly URL: mydomain.com If I want to see my web statistics for...
  10. Schoelje

    Issue Mail not deliverd when sent locally

    I think there's something wrong in Plone, not the server configuration: Cron jobs deliver reports to the correct address. This morning I received a "Package Update Manager notification" from Plesk. I've recreated the web forms in Plone with a minimum of configuration and they now function. From...
  11. Schoelje

    Issue Mail not deliverd when sent locally

    I have an odd issue with my mail server. On the server I checked whether the mail server was running: sudo netstat -ntap | grep 25 tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1088/master sudo telnet localhost 25 Trying 127.0.0.1... Connected to...
  12. Schoelje

    Resolved Plesk Onyx and Plone 5.1 rewrite not working

    My bad! I copied the content of vhost.conf to: /var/www/vhosts/system/my_domain.com/conf/vhost_ssl.conf opened my_domain.com in the browser and it showed my Plone site with https. Does the same code need to be in both vhost.conf and vhost_ssl.conf?
  13. Schoelje

    Resolved Plesk Onyx and Plone 5.1 rewrite not working

    My server: ‪Debian 8.10‬ (Jessie) Plesk: Onyx 17.8.11 Update #4 Plone: version 5.1 I have a working domain with SSL (Let's Encrypt) and a working Plone site. I made sure all modules were enabled according to: Apache — Plone Documentation v5.1 Only proxy_http needed to be enabled. I've created...
Back
Top