• 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. 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...
  16. D

    Splitting http and https directories

    We will be migrating from plesk 9 to plesk 11 and I am having some trouble finding a fix for something. Previously, http and https could either share a directory or have split directories (httpdocs and httpsdocs) for a site. Now all I see is httpdocs and I can't find a way to have separate...
  17. D

    Customizing the interface

    Anyone have any info on this? It seems like to disable the "Secure You Sites" in the control panel, it disables a bunch of other feature we need.
  18. D

    FastCGI error

    I FINALLY found the issue. I had to set FcgidOutputBufferSize to 0 in /etc/httpd/conf.d/fcgid.conf I hope this helps someone else because it's been driving me nuts for days. Doug
  19. D

    FastCGI error

    I've messed with those settings but still get the same error.
  20. D

    FastCGI error

    I am seeing a fastcgi error in the apache error log that is throwing 500 errors: (104)Connection reset by peer: mod_fcgid: ap_pass_brigade failed in handle_request_ipc function I've run into this before and adjusting the settings in /etc/httpd/conf.d/fcgid.conf fixed it but I'm not having any...
Back
Top