• 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 Urgent : Update Plesk to 18.0.72 All Website down

    Hi, Try to reconfigure the websevers: plesk repair web -v
  2. R

    Question Microsoft Outlook 365 Account Setup Issues

    For context, Amir was kind enough to indicate the domain name he has issues with. The domain is properly set up in Plesk and uses a wildcard Let's Encrypt certificate on the mail service for that domain. The issue looks like an email client issue. We haven't yet concluded whether it's Outlook...
  3. R

    Question Microsoft Outlook 365 Account Setup Issues

    Hi Amir, I understand the email addresses are hosted on a Plesk server and you are using Outlook 365 email client installed on the computers. Did I get that right? If you could DM a domain name and the server settings you are using, I can further check the issue you are encountering.
  4. R

    Question Microsoft Outlook 365 Account Setup Issues

    Hi, Where are you trying to configure the email addresses? Email addresses hosted on Plesk or on Outlook 365?
  5. R

    Issue Web server not resolving for any domains but only admin panel working

    Hi, Do you have the public IP address on the server or was it recently changed? Requests for websites must be sent to the IP address used by the website in Plesk.
  6. R

    Question pgvector (extention) for postgres - work with plesk

    Hi, I assume you are talking about GitHub - pgvector/pgvector: Open-source vector similarity search for Postgres It looks like there are RPM packages that you can install. P.S. You need Plesk WebPro or WebHost editions to install PostgreSQL
  7. R

    Question Restarting Dedicated PHP-FPM for all the domains

    The same approach as above but without using a script: systemctl restart plesk-php83-fpm_*
  8. R

    Question FTP Issues with NON Root user

    Hi, Do you have the passive ports opened in the firewall? grep -ir passive /etc/proftpd.* /etc/proftpd.conf:PassivePorts xxxxx yyyyy iptables -S INPUT | grep xxxxx -A INPUT -p tcp -m tcp --dport xxxxx:yyyyy -j ACCEPT -A INPUT -p tcp -m tcp --dport xxxxx:yyyyy -j ACCEPT If they are not opened...
  9. R

    Issue Ajust limit ressource usage

    Hi Erwan, In Plesk Web Admin edition you don't have access to the Subscritions page. All previous plans remain in place but you can't change them. You can change the service plan to "Admin Simple" using Plesk CLI. Here you have a CLI example.
  10. R

    Issue Multiple PHP-FPM master processes

    Do you use Dedicated PHP-FPM for any website?
  11. R

    Question Change Apache Port

    This setup is not supported out of the box. You can use nginx on ports 80 and 443. Proxy the requests to your desired Caddy or Traefik then proxy to Apace on 7080/7081. With this option, Plesk will handle the SSL certificates for you. You can also set Apace to listen on localhost thus the...
  12. R

    Issue Additional IPs Not Working After Migrating Plesk CT to Proxmox v8 (OVH)

    Ok Are you trying the same interface file on the new server? The additional interfaces should be in the container, not on the Proxmox server. Can you share the interface files from Proxmox, the CT and the CT conf file?
  13. R

    Question Relay to external SMTP servers requiring SMTP authentication

    Hi, Are you aware of this article: Configuring a Smarthost or Relayhost ?
  14. R

    Resolved WordPress Toolkit has wrong database table prefix. How to change?

    Hi, What do you have in wp-config.php? WP-Tookit uses that information. One of WP-Tookit's security measures will change that prefix for you in wp-config.php and in the database table names.
  15. R

    Issue Additional IPs Not Working After Migrating Plesk CT to Proxmox v8 (OVH)

    Try setting the default gateway only for the first interface.
  16. R

    Issue Additional IPs Not Working After Migrating Plesk CT to Proxmox v8 (OVH)

    You have only 1 bridge, vmbr0? Do all IP addresses have the same gateway? You can have only 1 default gateway per routing table.
  17. R

    Issue Additional IPs Not Working After Migrating Plesk CT to Proxmox v8 (OVH)

    Hi, Can you ping from the additional IP addresses? ping 1.1.1.1 -I additional.ip On Proxmox you have distinct IP addresses on distinct interfaces as opposed to other hypervisors. Can you share the Proxmox network settings for the CT?
  18. R

    Issue website downloads index.php instead of showing it

    Hi, Is PHP support enabled? Usually, the websites are deployed in a subfolder of the webspace, named ``Document root``: /var/www/vhosts/mySite.nl/httpdocs If your web application is designed to run the website from the pub subfolder, then you should update the Document root to reflect that...
  19. R

    Resolved Issue with permissions

    Hi, Sounds like simple view is enabled. Try the following: plesk bin poweruser -o -simple false -lock-simple-mode false
  20. R

    Question Force same domain emails to use MX records

    In Plesk you can have the mail service enabled or disabled for a given domain. The 3rd option will disable the mail service and will delete the local email adresses allong with the already received emails...
Back
Top