• 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 Error: configuration files for the Apache web server were not created

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

    Issue Connectivity issues in Ubuntu Server 22.04

    Making progress. Is the database service running? systemctl status mariadb
  3. 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
  4. 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 ...
  5. 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.
  6. 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...
  7. 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
  8. 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
Back
Top