• 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 Run a nodejs server internally without exposing online

    You can. You need the nodeJS app to listen on tcp port that is not opened in the firewall. Then from Additional nginx directives pass the requests to the nodeJS app port. You can monitor the nodeJS app with supervisord or pm2, installed as the webspace system user.
  2. R

    Issue Connectivity issues in Ubuntu Server 22.04

    Add in /etc/resolv.conf nameserver 1.1.1.1 nameserver 8.8.8.8 If your provider has a DNS resolver you should use that Let's see if /etc/resolver.conf is a file or a link ls -l /etc/resolv.conf
  3. R

    Issue Connectivity issues in Ubuntu Server 22.04

    Ok. What do you have in /etc/resolv.conf?
  4. R

    Question How to use Mysql instead of the default MariaDB?

    The binlogs are not mandatory. If SQL replication is not implemented then simply disable the binlog: https://dba.stackexchange.com/a/120693 If binglogs are needed then simply set a binlog retention period...
  5. R

    Question Move a subdomain subscription into another subscription

    Can you please clarify the issue you've encountered? The feature will move the document root of the moved website to a new folder in the target subscription folder.
  6. R

    Question Change the owner of a domain in a subscription

    No it's not. You can move any domain from any subscription to a new or existing subscription. Those domains shouldn't share the document root
  7. R

    Issue IP Access restriction - locked out of PLESK

    Hi, Please have a look at https://support.plesk.com/hc/en-us/articles/12377966333463-Unable-to-log-in-to-Plesk-as-a-Plesk-administrator-Access-for-administrator-from-address-203-0-113-2-is-restricted-in-accordance-with-IP-Access-restriction-policy-currently-applied
  8. R

    Issue Mail are coming in really slow on Plesk server

    Correct. It's enabled. Deselect Switch on server-wide greylisting spam protection
  9. R

    Issue Mail are coming in really slow on Plesk server

    Hi, Is the graylisting feature enabled? https://docs.plesk.com/en-US/obsidian/administrator-guide/mail/antispam-tools/greylisting-linux.63249/
  10. R

    Issue Connectivity issues in Ubuntu Server 22.04

    That does look like a missing resolver. Have a look here 24.04 - How to find "what" is changing DNS settings in /etc/resolv.conf
  11. R

    Question removing php_admin from vhost configurations

    You want to remove php_admin declarations from Additional HTTP and HTTPS directives? You also need to make sure .htaccess files don't have it. You need to port the value to the PHP settings page. As a bonus, you also need to make sure all files and folders in the document root are owned by the...
  12. R

    Issue Connectivity issues in Ubuntu Server 22.04

    You need to fix the PHP 8.3 issue first. You might have encountered this issue: php8.3-fpm installation fails with post-installation script error
  13. R

    Issue Connectivity issues in Ubuntu Server 22.04

    No. That is mod security. If you don't have a Firewall link in Tools & Settings, you will need to install it using plesk installer Your's will not be an =. Empty is not installed, = is installed You can also use the web install if you find that easier.
  14. R

    Issue Connectivity issues in Ubuntu Server 22.04

    Tools & Settings > Firewall > Toggle Firewall protection. If it's already enabled, disable then enable again (https://hostname:8443/modules/firewall/)
  15. R

    Issue Connectivity issues in Ubuntu Server 22.04

    Try to restart the Plesk services: systemctl restart sw-cp-server sw-engine If the login page still takes you to the 502 page tail -f /var/log/plesk/panel.log and try to login. See what is logged when you push the log in button. It is busy log so CTRL +c after the error is displayed.
  16. R

    Question Plesk E-Mail Security | Failed to start clamd scanner (amavisd) daemon

    Did you see https://support.plesk.com/hc/en-us/articles/12387363500695-ClamAV-for-Plesk-Email-Security-cannot-be-installed-on-RedHat-or-AlmaLinux-server-No-match-for-argument-clamsmtp ?
  17. R

    Issue Modsecurity works with Apache but error with nginx

    The error is encountered when the ngx_http_modsecurity_module.so is not loaded. It's defined in /etc/nginx/modules.conf.d/modsecurity.conf and loaded from /etc/nginx/nginx.conf include /etc/nginx/modules.conf.d/*.conf; Around line 11, before the http { block
  18. R

    Issue Connectivity issues in Ubuntu Server 22.04

    Thank you. The mysql.daily.dump.* contain the following database tables: USE `psa`; USE `mysql`; USE `horde`; USE `apsc`; USE `roundcubemail`; USE `phpmyadmin`; USE `psa`; USE `mysql`; USE `horde`; USE `apsc`; USE `roundcubemail`; USE `phpmyadmin`; It looks like the psa db is missing. let's...
  19. R

    Issue Connectivity issues in Ubuntu Server 22.04

    Can you access mariadb? mysql -uadmin -p$(cat /etc/psa/.psa.shadow) Do you have a psa db backup in ls -1 /var/lib/psa/dumps/mysql.daily*
Back
Top