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

    Resolved a recurrent task generating a lot of IO delays

    Plz ignore, issue was with another container running on same host - locate wasn't installed on the Plesk host. Thx again @mow for pointing out to locate!
  2. A

    Resolved a recurrent task generating a lot of IO delays

    I've actually searched for any kind of locate, mlocate or slocate packages without luck... yum list installed | grep locate There's nothing with such name. Also can't see updatedb conf file within /etc. Any other thoughts of where I shall look?
  3. A

    Resolved xml api creat role for user deprecated

    Solved.... after playing around, the trailing slash was the issue. No clue why it changed, maybe a change in PHP version of the script calling the API... In brief: https://<IP_ADDRESS>:8443/api/v2/cli/user/call/ returns 404 https://<host.domain.tld>:8443/api/v2/cli/user/call/ returns 404...
  4. A

    Resolved REST API /api/v2/cli/* returns 404

    Solved.... after playing around, the trailing slash was the issue. No clue why it changed, could be something else than the new IP, such a change in PHP version of the script calling the API... In brief: https://<IP_ADDRESS>:8443/api/v2/cli/commands/ returns 404...
  5. A

    Resolved REST API /api/v2/cli/* returns 404

    Hi, Since I migrated my Plesk vm to a new IP, I realized the REST API calls to CLI returns 404: https://<IP_ADDRESS>:8443/api/v2/cli/commands/ returns 404 https://<host.domain.tld>:8443/api/v2/cli/commands/ returns 404 command curl -k -u 'admin:password' -X GET...
  6. A

    Resolved xml api creat role for user deprecated

    https://IP_ADDRESS:8443/api/v2/cli/user/call now returns 404... based on the Swagger, there's no more user/call... Any alternative?
  7. A

    Question vhostmng-find processe consume CPU

    Same question here. Anyone knows?
  8. A

    Resolved a recurrent task generating a lot of IO delays

    Hi, Just running into some IO delays on daily basis, and I can see this command being run on my Plesk box (CentOS Linux 7.9.2009 & Plesk Obsidian Version 18.0.39 Update #2) Would anyone know what it's related to? I could not find what is triggering this command so far. The only page I could...
  9. A

    Issue dovecot fts_squat is deprecated - how to activate full text search?

    Hi Benjamin, Did you ever had a chance to find an answer to this question? I'll be also interested in enabling full text search in dovecot. Seen as well a plugin for elasticsearch: https://github.com/filiphanes/fts-elastic Let me know.
  10. A

    Question Error: Failed to update the ModSecurity rule set

    FYI - waf.comodo.com authentification is now working fine - I just got an email from their support team and tried, and all back to normal. Nevertheless, latest update of their WAF rules is November 2020. So not so fresh.
  11. A

    Question Error: Failed to update the ModSecurity rule set

    @Peter Debik I've now tried to switch to Atomic Basic ModSecurity, but there are no rules.... it's like empty. When I navigate to the WAF settings under a domain, it doesn't allow to browse the rules to exclude some of them for instance. The rules are empty. Nevertheless, in the logs, I could...
  12. A

    Question Error: Failed to update the ModSecurity rule set

    Thx Peter - I have also checked on the comodo forum and others encountered the same issue - definitely seems to be on Comodo side...
  13. A

    Question Error: Failed to update the ModSecurity rule set

    Hi, Since early this week, I get the following message once logged into Plesk: Error: Failed to update the ModSecurity rule set I've double-checked login/password, all looks good but it keeps failing. I have also noted that I can't login anymore to Free ModSecurity Rules from Comodo I even have...
  14. A

    Issue Unable to download comodo rule set

    Hi, Same here since beginning of June. Unsure if it's related to Plesk. Any idea? Thx
  15. A

    Resolved xml api set user locale language

    Ended up with this and it works well: curl -k -X POST -u 'admin:PaSSword' "https://IP_ADDRESS:8443/api/v2/cli/user/call" -H "accept: application/json" -H "Content-Type: application/json" -d '{ "params": [ "-c", "myUsername", "-role", "myRole", "-passwd", "PaSSword!", "-cname", "myName"...
  16. A

    Resolved xml api creat role for user deprecated

    Yep, ended up with this and it works well: curl -k -X POST -u 'admin:PaSSword' "https://IP_ADDRESS:8443/api/v2/cli/user/call" -H "accept: application/json" -H "Content-Type: application/json" -d '{ "params": [ "-c", "myUsername", "-role", "myRole", "-passwd", "PaSSword!", "-cname", "myName"...
  17. A

    Resolved xml api creat role for user deprecated

    Encountering same issue here - was used to the user/add packet through XML API. Any alternative?
  18. A

    Resolved xml api set user locale language

    That's my conclusion too. Thx
  19. A

    Resolved xml api set user locale language

    @IgorG thx, that's a great alternative. So do we confirm that for Plesk prior to Onyx 17.8, where only XML API is available, there's no way to set the language of a user?
Back
Top