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

    Issue Multiple PHP-FPM master processes

    Am I supposed to modify /opt/plesk/php/8.2/etc/php.ini, /opt/plesk/php/8.2/etc/php-fpm.conf, or some other way?
  2. J

    Issue Multiple PHP-FPM master processes

    Hi @Sebahat.hadzhi, The command returned "160 plesk-php82-fpm.plesk-service.localdomain" and the subsequent log query shows ================================================== WARNING: [pool plesk-php82-fpm.plesk-service.localdomain] server reached max_children setting (2), consider raising it...
  3. J

    Issue Multiple PHP-FPM master processes

    I double-checked all my sites, they're set to pm.max_children=20. The following error kept coming up: WARNING: [pool plesk-php83-fpm.plesk-service.localdomain] server reached max_children setting (2), consider raising it Any idea where that's located? Thanks.
  4. J

    Issue Multiple PHP-FPM master processes

    The only thing that stands out is "server reached max_children". I've increased it from 10 to 20, but it didn't help.
  5. J

    Issue Multiple PHP-FPM master processes

    It started over the weekend when my server spun up multiple PHP-FPM master processes. Even though the server load on average is below 2, the PHP response is really slow, taking a minute to load a basic WordPress page. Any idea what's causing it? I already restarted the service and server to no...
  6. J

    Resolved smb_apsMetas table empty

    Thanks, @alvarezcruz. That did the trick.
  7. J

    Resolved smb_apsMetas table empty

    I was trying to update a WP admin password in WP Toolkit, but received the following error: Unable to update site administrator settings: Unable to find row with id in smb_apsMetas table. I followed instructions on...
  8. J

    Question InCommon SSL Cert scripting

    We're a nonprofit/educational institution and InCommon provides free certs for us. Is there a way to automate the issuing/renewing of certs, probably through command line scripting and cron jobs? Thanks!
  9. J

    Plesk 18.0.44 broke WP Toolkit

    I upgraded to Plesk 18.0.44 this past weekend and discovered that it broke WP Toolkit. After selecting a domain and clicking on WordPress, other WP installations came up instead of the chosen domain. This happens on all four of my servers. Is anyone else experiencing this issue or know how to...
  10. J

    Resolved SSL certificates not selectable

    Thanks, MartinB. I'm not having problems installing the certs. I just can't get them to show under Hosting Settings, unless the new certs are set as the default (Server Management => Tools & Settings => SSL Certificates). Once I've set a new cert as default, it can then be selected under...
  11. J

    Resolved SSL certificates not selectable

    I installed three new Incommon wildcard SSL certificates on Plesk 12.5, in addition to one we've used for the past nine months. Plesk appears to accept the new certificates, but they don't appear under Hosting Setting => Security, not even after restarting the server. Only "Not selected"...
  12. J

    .htaccess files/filesmatch not processed

    After selecting the domain to manage, click "Apache & nginx Settings", under Additional directives for HTTP and Additional directives for HTTPS, I've entered the following to restrict wp-login.php and xmlrpc.php access to only internal IP addresses. <FilesMatch "^(wp-login|xmlrpc)\.php$">...
  13. J

    Apache Directives in Service Plans

    I'm trying to restrict file access (wp-login.php) to only certain IP addresses. I've successfully configured, manually, via the following options: /etc/httpd/conf.d/custom.conf (server wide configuration) Plesk > Domains > domain.tld > Apache & nginx Settings > Additional directives for HTTP...
  14. J

    underscore in domain name

    http://dejager_lab.bwh.harvard.edu definitely works. It has for the past 15+ years. It's currently being forwarded to the new address with the dash on the Plesk server. Any workarounds? Thanks.
  15. J

    underscore in domain name

    Couple of customers have underscores in their domain names (worked on a different server for the past 15+ years), but Plesk refuses to accept them. Is there a workaround? Thanks.
  16. J

    .htaccess files/filesmatch not processed

    Apache directives (Files and FilesMatch) aren't working at all. I see the changes in "/var/www/vhosts/system/mysite.com/conf/vhost_ssl.conf", but its somehow being ignored. Nginx on the other hand worked to some degree. It rejects external request, but internal requests are forcing download of...
  17. J

    .htaccess files/filesmatch not processed

    Thanks IgorG. I tried the following on both .htaccess and "Additional Apache Directives" to no avail. The file (same with wp-login.php) is still accessible offsite. The same configuration works as expected on a different server without Plesk. Any ideas? Thanks. <Files xmlrpc.php> Order...
  18. J

    .htaccess files/filesmatch not processed

    I'm trying to block xmlrpc.php access from offsite, but it's somehow being ignored. I've tried editing .htaccess manually entered as suggest by http://forum.ait-pro.com/forums/topic/wordpress-xml-rpc-ddos-protection-protect-xmlrpc-php-block-xmlrpc-php-forbid-xmlrpc-php/ <FilesMatch...
  19. J

    Remote MySQL Server Doesn't Work

    The DB user account is allowed from any host, all global privileges. Anything else I should check? Thanks.
Back
Top