• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. R

    Question Issue with Laravel on Plesk server - Domain not pointing to the correct directory

    What do you have in Hostings for the website in Plesk?
  2. R

    Issue TTFB increase from 0,2s to 1,8s within hour

    Can you share the FPM settings? Number of max_children, max requests, idle timeout and Fpm mode. I suspect your php processes might have a memory leak, which causes the slowdown, and it gets cleared with a service restart.
  3. R

    Issue Urgent :( open_basedir problem

    Symlinks will work only if "Restrict the ability to follow symbolic links" is disabled. Mounts will also work but you need to make sure mounts are recreated after reboots via /etc/fstab or even autofs. However, the simplest and most portable way is to have both websites in the same...
  4. R

    Issue TTFB increase from 0,2s to 1,8s within hour

    Hi, How is php run, FastCGI or PHP-FPM? Proxy mode enabled?
  5. R

    Issue Urgent :( open_basedir problem

    While open_basedir is set correctly, you might be running into Linux filesystem restrictions. Plesk folder structure and permissions prevent PHP access between subscriptions/webspaces (/var/www/vhosts/(subscription/webspace name)). You can do a chmod 711 on /var/www/vhosts/domain2 and on...
  6. R

    Issue Apache web server template error

    Do you have custom templates set for Plesk vhosts? You can try to disable the "Restrict the ability to follow symbolic links" from Apache & nginx.
  7. R

    Resolved Email Issues upon Reboot

    Is the service enabled? # systemctl status dovecot ● dovecot.service - Dovecot IMAP/POP3 email server Loaded: loaded (/etc/systemd/system/dovecot.service; >>>>enabled<<<<; vendor preset: enabled) Active: active (running) since Mon 2024-09-30 20:02:01 EEST; 2 months 4 days ago Main...
  8. R

    Question Limit access by ip to Plesk

    Go to Tools & Settings > Firewall. Click on the Plesk administrative interface rule and set it to be allowed from specific IP addresses. Do the same for the Plesk installer rule. Last step, apply the change. These are only INPUT rules. Plesk updates are not affected.
  9. R

    Question How is the server.conf file generated?

    Keep in mind that you should compare the default and custom templates every few Plesk upgrades because new features might be introduced and not be available with your custom templates.
  10. R

    Question How is the server.conf file generated?

    You can also use the WebServer Hook to dynamically add directives to Nginx/Apache virtual hosts when they are generated by Plesk. I think you can also use the Additional Nginx directives sections to load rate-limit zones.
  11. R

    Question Getting X-Forwarded-For IP address from behind a nginx proxy server

    On the Nginx server, in the location block that forwards to the Plesk server you need the following headers sent to the Plesk server: proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Host $http_host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header...
  12. R

    Issue Plesk is not detecting new extension updates

    If you go to Extensions > Updates > Check Now, do you get the same version/update to the latest extension version?
  13. R

    Issue 403 Error Nginx TLS/SSL

    plesk.iamalive.store is passed trough Cloudflare and they usually use several IP addresses to send requests to the origin server. Plesk, by default, doesn't accept IP address changes during a session. That is why you get logged out and sent back to the login page. Go to...
  14. R

    Resolved Upgrading MariaDB on New AlmaLinux Server

    https://mariadb.com/kb/en/mariadb-package-repository-setup-and-usage/ curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=mariadb-10.6 --skip-maxscale
  15. R

    Resolved Upgrading MariaDB on New AlmaLinux Server

    This should help you. However, I always upgraded via SSH. Add the desired MariaDB repository, yum update Maria DB*, then MYSQL_PWD="$(cat /etc/psa/.psa.shadow)" && mysql_upgrade -uadmin
  16. R

    Resolved Upgrading MariaDB on New AlmaLinux Server

    Upgrade to MariaDB 10.6 on the new server. It is the longest supported MariaDB version.
  17. R

    Issue 403 Error Nginx TLS/SSL

    403 on robots.txt. Check the mod security log, since the Nginx error log doesn't have any entries. I would also set up mod_realip in nginx so that the real visitor IP gets logged: Module ngx_http_realip_module
  18. R

    Issue Plesk is not detecting new extension updates

    Extension updates are controlled from the extension catalog URL set in panel.ini. Furthermore, extensions might not be available on older Plesk or OS versions. You can curl the Plesk extension catalog on each server to see what versions are returned for both your servers. The output will be...
  19. R

    Question Problem with Backup/Restore during Linux-update

    Interesting. You might be facing this issue: https://support.plesk.com/hc/en-us/articles/12376955103511-Migration-to-another-Plesk-server-fails-Unable-to-restore-DNS-zone-from-a-backup-Incorrect-DNS-record-values-were-specified-example-com-IN-Record-Type-example-com-ttl-0
  20. R

    Question Problem with Backup/Restore during Linux-update

    So, on the new server adding a new temporary domain doesn't have the DNS settings? How did you install the DNS service?
Back
Top