• 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

Search results

  1. J

    chroot'd sftp fails with "connection closed"

    First, I did find both of these knowledge base articles: https://kb.plesk.com/en/8602 https://kb.plesk.com/en/114756 My /var/www/vhost/chroot has the sftp and lib files in them. As do my site directories. Filezilla says "Could not connect to server". auth.log looks something like when I sftp...
  2. J

    Files uploaded via php are unmanageable by Plesk or ftp

    No. That solution will not work for me. The users who are effect do not have the ability to manually edit file permissions. They certainly cannot run chmod. Manually changing the owner:group to match the sftp user and psacln would definitely let me deal with the files via sftp. But normal users...
  3. J

    Files uploaded via php are unmanageable by Plesk or ftp

    Yes. That's one of the reasons I tried FastCGI. My public files directory is 777, <myuser>:psacln. Public files get uploaded with 664, www-data:www-data. Inside is my private files directory, drupalroot/sites/default/files/private, created by Drupal. It is 755, www-data:www-data. Uploaded...
  4. J

    Files uploaded via php are unmanageable by Plesk or ftp

    PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE 11.5.30 Update #51, last updated at July 24, 2015 01:25 AM Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-86-generic x86_64) PHP 5.4.42 PROBLEM DESCRIPTION When I upload a file via a php script, Drupal 7 in my testing, the file ends up owned by...
  5. J

    Is there a way to upgrade my 11.5 license to 12?

    So, for those of you who have upgraded from 11.5 to 12, how did you go about it? It's been 2 weeks since I last contacted Odin through their contact form, and I've received no response. Hopefully it's just that their form is broken. If it's not, well, that's rather bad customer service...
  6. J

    Is there a way to upgrade my 11.5 license to 12?

    Like I said, I used their websites support/sales form. It's been several days, an parallel/odin's sites are organized in a confusing manner, but I'm sure it was the "Request Information" button on this page: http://www.odin.com/products/plesk/
  7. J

    Is there a way to upgrade my 11.5 license to 12?

    I used the websites support/sales form to ask this a few days ago, but have yet to receive an answer. I have a multi year license for 11.5. I'd like to upgrade to 12, but all I can find are prices for a brand new license. Is it even possible to upgrade? Or do I have to buy a whole new license?
  8. J

    "unable to resolve host address" running wget as chroot user

    This seems like something a LOT of people would need. I certainly found plenty of posts on the subject of resolving dns entries from a chroot environment when I did a Google search. So, I would there would be workaround. To me, I'd think that adding the correct files to the chroot environment...
  9. J

    "unable to resolve host address" running wget as chroot user

    Server info: Plesk 11.5 on a Ubuntu 12.04 64bit server. When I try to run a curl or wget command as my chooted user, it responds with an error saying it cannot resolve the host. Ip addresses work. I tried the steps mentioned in this post...
  10. J

    Can Plesk work with LDAP, Shibboleth, and/or CAS?

    Now that version 12 is out, are there any changes that would help get ldap/cas/shib/saml auth working? I did find, http://ext.plesk.com/packages/c29ddd7c-cccc-4588-84c8-ac95ee559e69-ldap-auth but looking at the code, it's 12 only, and doesn't allow ldaps://. And I'm not sure it would work with...
  11. J

    Additional Administrator Accounts

    I found it by typing in the search box on the top right corner. Not sure why they don't have an actual link. Just start typing "Additional Admin..." and it should autocomplete with a link for you.
  12. J

    Is there a workaround to enable SFTP for additional user instead of the main users?

    You ever find anything? I was just looking for the same thing. But, thinking about it, you'd end up having more than one account share the same home directory. If you were chrooting, at least. Which you would be, unless you wanted to give every user access to everything on the server...
  13. J

    GnuTLS errors and lots of failed transfers

    Never mind. Only reason I was using FTPS was because I couldn't get chrooted sftp to work. I just found http://forum.parallels.com/showthread.php?289785-Plesk-11-5-SFTP-on-chrooted-not-working&p=708115&viewfull=1#post708115 and it works now. So I'm happy. If someone has similar issues, I was...
  14. J

    GnuTLS errors and lots of failed transfers

    So, I just tried my upload from a server within the DMZ (it happened to have a gui and filezilla installed...). I configured it exactly the same, and it works perfectly. No GNUTLS errors. It is on Ubuntu 11.10, but I think the fact that it's in the same DMZ is more likely to be the problem.
  15. J

    GnuTLS errors and lots of failed transfers

    Nope. My desktop is on Ubuntu 12.04 as well. The bug you linked doesn't sound anything like what I'm encountering. They seem to be having issues with NATing. I'm on an internal network, going from my computer to the DMZ the Plesk server is on. It does go through the firewall, but no NAT is...
  16. J

    GnuTLS errors and lots of failed transfers

    I'm getting lots of GnuTLS errors when uploading files via FileZilla. It seems to slow it down. It's not blocking uploads, just forcing FileZilla to retry some of them. The errors look something like: Status: Resolving address of hostname Status: Connecting to ipaddress:21...
  17. J

    Can Plesk work with LDAP, Shibboleth, and/or CAS?

    Ah, a quick glance at the sso docs you linked to show some stuff about SAML. Which means Plesk could be made to talk to Shibboleth. Nice. Now if only we had our Shibboleth instance set up, instead just in the planning stages... Looking at the other docs lead me to the API RPC. I haven't read it...
  18. J

    Can Plesk work with LDAP, Shibboleth, and/or CAS?

    So, Plesk hasn't added any api or extensiblity in the 9 years since that topic was started? I found that topic when I was searching, but thought that something should have changed by now... I guess not. Do you know if Plesk has any plans to add support for LDAP, CAS, or Shib? SSO support is...
  19. J

    Can Plesk work with LDAP, Shibboleth, and/or CAS?

    There any way I could write an extension that would make it work?
  20. J

    Can Plesk work with LDAP, Shibboleth, and/or CAS?

    Specifically, can I set up Plesk to authenticate users via my organizations LDAP server? What about CAS or Shibboleth? I got the impression that I might be able to code something to do that. A plugin or module. How hard is that, and where would I find information on how to do it? What...
Back
Top