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

  1. WebHostingAce

    Question Anti spam using DNSBL

    Hi @trialotto, I might be wrong, but as far as I know, Spamhaus.org does not allow direct use of their DNSBL now. We need to set up a DQS key and then use it. In my experience, using zen.spamhaus.org directly has resulted in many false positives. Thank you.
  2. WebHostingAce

    Question Restarting Dedicated PHP-FPM for all the domains

    Sorry! I understand what is happening now. systemctl restart plesk-php83-fpm_* Only restart active plesk-php83-fpm_* Thank you for your help!
  3. WebHostingAce

    Question Restarting Dedicated PHP-FPM for all the domains

    @Raul A Thank you! If I stop a “Dedicated PHP-FPM” via the Plesk Panel and run: systemctl restart plesk-php83-fpm_* it doesn’t bring the Dedicated PHP-FPM service back up. However, if I run my script or specify the full path, it starts running again. Example: systemctl restart...
  4. WebHostingAce

    Question Restarting Dedicated PHP-FPM for all the domains

    I think this will work for me. #!/bin/bash # Restart all PHP 8.3 Dedicated FPM services in Plesk echo "Restarting all PHP 8.3 Dedicated FPM pools..." systemctl list-units --type service --all \ | grep -oE 'plesk-php83-fpm_[^ ]+' \ | while read -r svc; do echo "Restarting $svc..."...
  5. WebHostingAce

    Question Restarting Dedicated PHP-FPM for all the domains

    Hi, I’m running about 40 domains in a single subscription, each configured to use Dedicated FPM application served by nginx. My OPcache settings include: opcache.revalidate_path = 0 opcache.validate_timestamps = 0 opcache.memory_consumption = 1024 opcache.interned_strings_buffer = 64...
  6. WebHostingAce

    Question Anti spam using DNSBL

    For Spamhus, you will require a DQS key to make queries. Then use the DNSBL - me8ljir5yl2oaoxg.spamhaus.org
  7. WebHostingAce

    Question Some OPcache settings are overridden by handler-level files

    Hi, In Tools & Settings > PHP Settings, I have configured: opcache.revalidate_path = 0 This setting is correctly reflected in the Loaded Configuration File located at: /var/www/vhosts/system/domain.tld/etc/php.ini However, when checking the PHP info page for the domain, it still shows...
  8. WebHostingAce

    Issue artisan' 'schedule:run' Appeared in a Subscription

    Hi @Sebahat.hadzhi, Thank you for your response. This server only has the current subscription running Magento 2. We do not use Laravel at all. Additionally, I am the only user managing this subscription and the server—there is no other user involved. The subscription was migrated from...
  9. WebHostingAce

    Issue artisan' 'schedule:run' Appeared in a Subscription

    I’m not using Laravel in any of my subscriptions, but I noticed that a scheduled task suddenly appeared in one of my subscriptions. Here’s the task that appeared: --- /opt/plesk/php/7.4/bin/php '/var/www/vhosts/domain.tld/httpdocs/pub/artisan' 'schedule:run' Extension laravel --- Has anyone...
  10. WebHostingAce

    Resolved Local NS list does not match Parent NS list

    In addition to @scsa20 ’s reply: Is vlowee-vanlife.de your domain? If yes, Are these your server IPs? 62.138.14.246 188.138.25.3 If yes, In your Domain Registrar, please create these 2 Host Records (Note: There is a specific section for creating these Host Records; they are similar to A...
  11. WebHostingAce

    Resolved Local NS list does not match Parent NS list

    The warning is indicating that the domain inwx.de does not list the NS records ns.inwx.de and ns2.inwx.de in the parent domain's DNS records. inwx.de. 21230 IN NS damon.ns.cloudflare.com. inwx.de. 21230 IN NS dell.ns.cloudflare.com.
  12. WebHostingAce

    Resolved Docker: invalid JSON: json: cannot unmarshal string into Go struct field HostConfig.HostConfig.Ulimits of type units.Ulimit

    Username: TITLE Docker: invalid JSON: json: cannot unmarshal string into Go struct field HostConfig.HostConfig.Ulimits of type units.Ulimit PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Plesk Obsidian 18.0.66 Update #2 Web Pro Edition AlmaLinux 8.10 (Cerulean Leopard) PROBLEM...
  13. WebHostingAce

    Issue Composer Different Versions

    I am facing an issue with a newly installed server. If I run the following command: $/opt/plesk/php/8.3/bin/php /usr/lib64/plesk-9.0/composer.phar It returns Composer version 2.8.4. However, within a subscription with /bin/bash and PHP 8.3, running: $composer returns the version 2.2.5...
Back
Top