• 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

Recent content by Raul A.

  1. 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.
  2. R

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

    Try setting the default gateway only for the first interface.
  3. 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.
  4. 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?
  5. 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...
  6. 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
  7. 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...
  8. R

    Resolved TUN/TAP-device für Plesk Obsidian

    Open a support ticket with them to check if it's enabled. Any VPN solution will need it enabled.
  9. R

    Resolved TUN/TAP-device für Plesk Obsidian

    Are you running Plesk in a container? If so, you will need to enable the TUN/TAP capability for the container from the hypervisor level.
  10. R

    Question Cloudflare/Plesk with home server

    It will work in the same way. Just add the port to your URL: https://plesk.server.com:8443. Cloudflare will accept the connection on port 8443 and will forward to your IP address. You will want to "Allow IP address changes during a single session " since Cloudflare will cycle the source IP...
  11. R

    Question How to fix ssh logout time?

    In Putty's case, you can send keepalive requests: The disconnect is most likely caused by your local router, killing the conntrack entry.
  12. R

    Question Cloudflare/Plesk with home server

    In your Cloudflare DNS zone you have something like this: You point your domain name to your public IP address, which is not on your Pleks server. You can do this with any number of domain names. When Proxied is enabled, the visitors will receive the Cloudflare IP address from the DNS zone and...
  13. R

    Issue Magento Installation

    Please provide additional context. What actions were performed when the error was observed?
  14. R

    Issue Magento Installation

    Hi, You can install it via PECL. Just go to Tools & Settings > PHP Settings > PHP 8.3 > Manage PECL Packages
  15. R

    Issue Constantly increasing Mysql memory usage problem

    What MariaDB version are you using? Older versions are known to allocate RAM and never release it.
Back
Top