• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by ioweb.gr

  1. I

    Issue subscriptions not getting synced correctly

    Mmm. It does have an addon however I've never set the value for pm_max_children there https://prnt.sc/ufk7im As you can see it's greyed out. The only thing I touched was the disk space. Also I'm curious why it's not setting the other values but only the max_children
  2. I

    Issue subscriptions not getting synced correctly

    Hi, I have a server with Plesk Obsidian and it seems that it won't sync the subscription settings with the plan correctly. I have a plan with pm.max_children = 25 and the subscription is assigned to the plan. However whenever the subscription is synced the value reverts to the default value...
  3. I

    Resolved npm commands are not working via ssh chrooted.

    Hi and sorry for bringing up an old post but this is affecting a lot of people. npm and yarn are heavily used in a lot of systems nowdays. It's not just angular js or other PWAs or SPAs. Even Magento 2 needs it for development and laravel and symfony and prestashop. A2 Hosting already allows...
  4. I

    Issue Having trouble starting redis with docker

    Is it safe to put 677 permissions? I'm assuming sensitive data like sessions may be stored in the redis instance
  5. I

    Question how to enable symlinks in proftpd

    Hi, Since migrating to plesk onyx my ftp users are not able to view symlinks in their folders. Is it possible to change this behaviour? I used to use pure-ftpd instead of proftpd and this was working.
  6. I

    Question Allow Git command line access under chrooted bash?

    Hi, I've been struggling with the same myself so I took the time to write a small tutorial on how add GIT to PLESK Chroot environment on Debian Jessie and it worked for me on Ubuntu too. I don't think it will work for CentOS without adjusting the core git paths though. Since this is the second...
  7. I

    Resolved How to secure mail of domain with Lets Encrypt

    I don't see why you can't. As long as you can provide the correct webroot for the acme-challenge to be accessible. As I said I'm in search of a way to properly redirect nginx from any mail.domain* to a single domain path for example "letsencrypt.myserver.com" so I can stop the need for...
  8. I

    Resolved How to secure mail of domain with Lets Encrypt

    Yes that's indeed a very nice solution. I read about it in earlier posts. But I tried to give an answer if anyone wanted to use the free let's encrypt ssls as it is. However your solution will be very nice as soon as let's encrypt starts to issue wildcard ssls as well. I think it's supposed to...
  9. I

    Resolved How to secure mail of domain with Lets Encrypt

    I'd like to add what I did to this thread because I've been looking myself for a solution using let's encrypt and PLESK and this thread pops up first. Basically since it's becoming a bit confusing reading all the posts from the start to here I'd like to clarify my process. If you're using...
  10. I

    Resolved Installing xdebug for plesk panel's php / sw-engine

    Thanks for the quick response. That's sad to hear. Over the years I've found that actually working without a debugger in most cases results in bugs that are hard to trace (especially errors in logic) and solve as well as add a lot of code cleaning tasks afterwards. That's why I was hoping that...
  11. I

    Resolved Installing xdebug for plesk panel's php / sw-engine

    Hi, I'd like to develop a small extension for plesk onyx and I'd like to debug it using xdebug. From what I can see plesk isn't using any of the php handlers used for customer subscriptions but instead it's run using sw-engine which is actually a php interpreter. Is there any way to load...
Back
Top