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

  1. D

    Installing git in chroot

    With RHEL6, I ended up having to install a LOT of dependencies. In the end, it usually ended up being one library that was missing. I was working on statically compiling git for people to use but it's way down on the list of things to get done.
  2. D

    Upload file limit

    I've already done so. I'm just trying to provide some info to OP since he said he needed a fix fast and no one had replied to him. I'm not sure why you felt the need to jump on my case about this rather than help OP but that's fine.
  3. D

    Upload file limit

    I've already created a custom template in /usr/local/psa/admin/conf/templates/custom/domain and I understand about defining a standard. I'm merely going on what the original poster said they modified. How does every Plesk user have the ability to change custom templates? Every admin can...
  4. D

    Upload file limit

    I am currently struggling with this similar issue. I have no idea why they hard coded the FcgidMaxRequestLen in the default template. It's a pain and I hate modifying stock templates for something that should either be configurable per site or rely on the server's setting in...
  5. D

    Error when creating new subscription

    Yeah, same issue. Looking at the logs, the bootstrapper repair runs the same mchk command so it has the same issue. I'll see about contacting the support team.
  6. D

    Error when creating new subscription

    I looked at both of those but neither of them helped. I checked the mchk script and found where the log file is written. /var/log/plesk/install/mchk.log It looks like mchk is failing at running the postfix alias (postalias) command: ==> Checking for: mailsrv_conf_init... postalias: fatal...
  7. D

    Error when creating new subscription

    I gave that a try but I get this message: ==> Checking for: mailsrv_conf_init... fail We don't use the mail portion of plesk, so the service is disabled in the service plan. Thanks
  8. D

    Error when creating new subscription

    We get this same error on every subscription we create. It doesn't seem to affect anything but it's more of an annoyance than anything. It did it on plesk 11.5 and now with plesk 12. [2015-06-18 08:35:13] ERR [util_exec] proc_close() failed PHP Fatal error: Uncaught exception...
  9. D

    Migrating backups

    I ended up writing a script that pulled the customer name for a domain and creating /var/lib/psa/dumps/clients/CUSTOMER/domains. Once I did that, I scp'd the site's backup dir from the old server. It appears in the backup manager on the new server.
  10. D

    Migrating backups

    I'm migrating sites from Plesk 9 to Plesk 12 using the migration manager. Since the migration manager doesn't migrate backups, are the backups compatible between Plesk 9 and Plesk 12? If so, is there an easy way to copy the backups in the correct directory structure since we are forced to use...
  11. D

    Splitting http and https directories

    I'm not sure if it's the proper way or not but I've had to manually create the private folders for sites when they need them. I guess you could always add the folder private to /var/www/vhosts/.skel/0 so that it would get created every time a site was created. Thanks, Doug
  12. D

    Installing git in chroot

    Has anybody run into this issue? This is a major headache for me since users are clamoring for version control via git but can't use it completely.
  13. D

    Installing git in chroot

    I have customers that want the git program to be able to pull/push their github repos. I've copied all of the files in the git rpm into the site's chroot but whenever they try to pull down their repo via ssl they get this message: error: while accessing...
  14. D

    Splitting http and https directories

    Ah, that option doesn't show up until you migrate a site. It doesn't show up for sites that are newly created in Plesk 11. Thanks, Doug
  15. D

    Splitting http and https directories

    So I see the part that says: The following directories are not included in Panel virtual hosts: /httpsdocs /subdomains /private What does "not included" mean? It means they are no longer supported? How does the migration manager handle when migrating from an older plesk server to...
Back
Top