• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. 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
  2. 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...
  3. 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
  4. 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.
  5. 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/)
  6. 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.
  7. 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 ?
  8. 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
  9. 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...
  10. 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*
  11. R

    Issue Error: configuration files for the Apache web server were not created

    Hi, What do you have in /etc/apache2/apache2.conf at line 231?
  12. R

    Issue Connectivity issues in Ubuntu Server 22.04

    Making progress. Is the database service running? systemctl status mariadb
  13. R

    Issue Connectivity issues in Ubuntu Server 22.04

    If the syntax error with the webmail is still present, simply remove the webmail conf file for now. Disable the missing aclr module using a2dismod aclr
  14. R

    Issue Connectivity issues in Ubuntu Server 22.04

    This was the other approach. You get > ERROR: You are trying to run Plesk Installer on an unsupported OS. Because of the HTTP 404 earlier in the script output. Ubuntu 24.04 is properly detected. That appears to be an old plesk-inataller. Download the ubuntu 24.04 package from this page ...
  15. R

    Issue Connectivity issues in Ubuntu Server 22.04

    Please try the other approach, not the one-click-installer. Data should still be on the server. Just some Plesk components were removed during apt actions.
  16. R

    Issue Connectivity issues in Ubuntu Server 22.04

    Try to install Plesk again How to Install Plesk On Linux? Installing Plesk via CLI Download Plesk installer: wget https://autoinstall.plesk.com/plesk-installer Add proper permissions to Plesk installer: chmod +x plesk-installer Run Plesk installer via command line and follow...
  17. R

    Issue Connectivity issues in Ubuntu Server 22.04

    Solution to problem 1 is to enable the firewall from Plesk. For problem 2, is plesk atually installed and running? systemctl status sw-cp-server sw-engine Can you access the database service? plesk db
  18. R

    Issue Connectivity issues in Ubuntu Server 22.04

    You have no actual rules in the INPUT chaind and the policy is DROP. Change the policy and enable the firewall from Plesk iptables -P INPUT ACCEPT
  19. R

    Issue Connectivity issues in Ubuntu Server 22.04

    That is good. You have a default gateway, obtained via DHCP. Next let's check the firewall. iptables -S INPUT And iptables -S OUTPUT Also try setting a nameserver in /etc/resolve.conf. try at the begining of the file: nameserver 1.1.1.1
Back
Top