• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Search results

  1. A

    Issue web socket error - missing /var/run/plesk-web-socket/ws.sock

    Check plesk-web-socket service systemctl status plesk-web-socket If it's not active systemctl restart plesk-web-socket Once the service was started /var/log/plesk/sw-cp-server/error_log didn't get new
  2. A

    Issue Git Extension - How to delete old branches?

    Hi, Plesk Git extension creates the repository in the {WEBSPACEROOT}/git/{reponame.git}. The branches you see in the dropdown are in that repository. From {WEBSPACEROOT} (system user home) you can interact with it like this git --git-dir=git/{name}.git/ --work-tree={deployPath}/ branch -a dev...
  3. A

    Question Control Panel in iFrame / X-Frame-Options

    Hi, You need to hide the fastcgi header:fastcgi_hide_header X-Frame-Options; You can add it in /etc/sw-cp-server/conf.d/{something}_plesk.inc If you wish to restrict iframe to a specific url use the following in the same file: add_header Content-Security-Policy "frame-ancestors 'self'...
Back
Top