• 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. WebHostingAce

    Question elasticsearch docker issue

    Same Cluster names should not be an issue. Please check if these dockers or the server has been restarted and causing this issue.
  2. WebHostingAce

    Question elasticsearch docker issue

    In this case, Most probably your ElasticSearch dockers might be running out of ES_JAVA_OPTS Memory. Check the ElasticSearch Docker log as root, #docker logs --tail 100 -f [Doker-ID} You can get the [Doker-ID} with #docker ps Also check, #curl -sS "localhost:9200/_cat/nodes?h=heap*&v" If...
  3. WebHostingAce

    Issue ModSecurity with Atomic Basic Rule Set appear be not working

    Update the AUM yesterday. Then did, plesk sbin modsecurity_ctl --disable plesk sbin modsecurity_ctl --enable service httpd restart Confirmed the ModSecurity is responding as expected...
  4. WebHostingAce

    Issue ModSecurity with Atomic Basic Rule Set appear be not working

    @jorge ceballos Thank you. It seems to be keeps happening. After updating the AUM then disabled and enabled ModSecurity. After a day or two logs are empty again. Have you checked your logs again?
  5. WebHostingAce

    Issue ModSecurity with Atomic Basic Rule Set appear be not working

    @Peter Debik Thank you. I manually updated Automic Rule Set. I can confirm it the the ModSecurity stopped responding to the tests again.
  6. WebHostingAce

    Issue ModSecurity with Atomic Basic Rule Set appear be not working

    Hi, I'm using ModSecurity with Atomic Basic Rule Set across number of servers. Recently I have noticed the ModSecurity is not responding to any of these test explained this is support article...
  7. WebHostingAce

    Issue Issues with External SMTP

    Did you find a solution for this? I'm looking for a similar solution for outgoing emails. Thank you.
  8. WebHostingAce

    Question External Email Server for Outgoing Emails

    Hi All, More and more server companies now blocking the Port 25 outgoing. Do we have an extension in Plesk which we can configured only for all outgoing emails? I tried the current Plesk External Email extension but it got me to uninstall the Dovecot as well. What is the best solution for...
  9. WebHostingAce

    Resolved Server Error 403

    In addition to Peter's reply, Please see if this is related to you https://support.plesk.com/hc/en-us/articles/14861542533911-Plesk-websites-return-Apache-error-403-on-May-26-2023-client-denied-by-server-configuration
  10. WebHostingAce

    Issue 502 Bad Gateway after I changed one of domain names

    I didn't read the whole thread. For you last screenshot, try to turn off the ModSecurity and rebuild the configuration. Then turn it back on. I experieced the same issue after this...
  11. WebHostingAce

    Resolved Urgent / Big problem with apache/nginx [mod_evasive denylisting]

    This issue was really bad! I think these are related to the May 26, 2023 update. https://support.plesk.com/hc/en-us/articles/14861542533911-Plesk-websites-return-Apache-error-403-on-May-26-2023-client-denied-by-server-configuration...
  12. WebHostingAce

    Forwarded to devs Subscription Removal Issue

    @IgorG This is happening on all our servers. As I explained in the above reply, we can eliminate this issue by Suspending the Subscription before removal. Ok, I will contact the Support when I get a chance. Thank you.
  13. WebHostingAce

    Question Using Composer Upgrading Drupal Site finding old Apache Version

    I tried this on a server, OS - Ubuntu 20.04.5 LTS Product - Plesk Obsidian Version 18.0.48, last updated on Dec 6, 2022 12:56 AM When you changed the PHP version via the Panel, It changes the CLI PHP version as well. webhostingace@flamboyant-mcclintock:~$ which php...
  14. WebHostingAce

    Question Using Composer Upgrading Drupal Site finding old Apache Version

    My current .bash_profile is, export PATH=/opt/plesk/php/8.1/bin:$PATH export PATH=./vendor/bin:$PATH alias composer='/opt/plesk/php/8.1/bin/php /usr/lib64/plesk-9.0/composer.phar' cd httpdocs Please note the, export PATH=./vendor/bin:$PATH for drush to run without the ./vendor/bin/ If you...
  15. WebHostingAce

    Question Using Composer Upgrading Drupal Site finding old Apache Version

    I tried this and it seems to be working for me. -bash-4.2$ composer create-project drupal/recommended-project httpdocs Creating a "drupal/recommended-project" project at "./httpdocs" Info from https://repo.packagist.org: #StandWithUkraine Installing drupal/recommended-project (9.4.8) -...
  16. WebHostingAce

    Question Using Composer Upgrading Drupal Site finding old Apache Version

    Which OS are you using? The above PHP paths are for CentOS 7 Please run, /opt/plesk/php/8.1/bin/php -v and see if the PHP path are correct.
  17. WebHostingAce

    Issue mail not received by google

    I can see your Spam Test Results. But it will be good to see how Gmail see these email by viewing the "Original Message" Also your email footer (Link and Images) might be causing this issue as well. Is this a new server/domain? There are many factors GMail look for before landing your email in...
  18. WebHostingAce

    Issue mail not received by google

    How do you send these emails? from the Webmail or from a Email Client? Please send an Email to GMail. Then check the Email header. SPF: DKIM: DMARC: Do they all 'PASS'? Also check the, Received: from xxx.xxxx.tld (xxx.xxxx.tld. [IP]) Does this IP's rDNS match the sending host (xxx.xxxx.tld) ?
  19. WebHostingAce

    Issue Websites stop working until I restart apache and nginx

    Have you checked your CPU and Memory usage when this happened?
  20. WebHostingAce

    Issue Access Mysql from Docker

    Additionally to the above post, -v for Volume Mapping -p for Port Mapping $mysql -h 127.0.0.1 -P 3307 -u user_name -p Or in your application config file, Eg - 'host' => '127.0.0.1:3307' (Magento 2)
Back
Top