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

  1. J

    Newfoundland abbreviation wrong

    Plesk 10.4.4 does strict state abbreviation validation when creating a new customer. When I enter NL (the correct 2 letter abbreviation for Newfoundland in Canada), it says it is invalid. Entering NF works fine (the old and now incorrect abbreviation). WHMCS provisions using the correct NL...
  2. J

    Renamed domain and open_basedir did not get set correctly

    Just a quick update to note that the same occurs with all subdomains associated with the domain. I then had to edit the etc/php.ini config for each subdomain to fix them as well.
  3. J

    Renamed domain and open_basedir did not get set correctly

    Just a tip for anyone else who might run into this issue. A customer renamed their domain within Plesk. Everything got set properly by Plesk *except* the custom php.ini config variable for open_basedir, which remained with the old domain name. This resulted in errors like the following in the...
  4. J

    Can't disable PHP safe_mode

    Jorge, That may well be true. I look at it from two angles: 1. Most people want to play around with web apps (whether they use them on their site or not), and just about every web app requires safe_mode be disabled anyway. Additionally, using web apps with FastCGI provides better security...
  5. J

    Can't disable PHP safe_mode

    Jorge, Edit /etc/php.ini for the server (assuming you have root access to the server) and disable safe_mode. For those running PHP in the default mode of "Apache Module", toggling the Safe Mode option in Plesk will still function. For those running PHP as FastCGI they will always have...
  6. J

    URGENT: security fix for psa-proftpd?

    Actually it did affect the autoinstaller for me. The VPS in question was running Plesk 9.3 and I had applied the ART ProFTPd update. When I ran the autoinstaller to get 9.5.3 installed, I got this: Easily remedied: rpm -e psa-proftpd --nodeps Then ran the autoinstaller again. What's...
  7. J

    Pages with authentication enabled do not load intermittently

    Seemingly at random, pages across different clients that have authentication enabled on a folder or file will not load - they simply go to an error page immediately rather than asking for username and password. Restarting Apache will sometimes fix this, but then the problem will come back at...
  8. J

    changing PHP settings does not work

    Try disabling safe_mode for the parent domain - it should fix it. It's not really a solution per se, but rather a workaround.
  9. J

    Can't disable PHP safe_mode

    The ability to disable safe_mode when running PHP via FastCGI has been there since FastCGI was added as an option. It's because the apache directives for any PHP controls are never seen by the PHP process running through FastCGI - they simply have no effect. Similarly, any apache directives...
  10. J

    awstats does not update, can't find cronjob

    That permissions issue shouldn't occur if you're the server admin and have root access. If you're not the server admin, then you should be forwarding the request to them! If you are the operator of the server, then ask your datacentre to provide you super user (root) access. Once you have...
  11. J

    awstats does not update, can't find cronjob

    Hi there coolemail, Are you still experiencing this problem? If those binaries are all in the correct locations, did you try the things that Thomas Gonzalez tried? If so, what were the results of the commands? Did the cronjob appear OK?
  12. J

    sa-update error

    I realize this is an old thread, but there were no updates, so here is the solution I found. There is no gpg.exe in the bin folder and rather than going through the huge hassle of finding a gpg binary and installing it (or finding one already installed in one of the miriad of folders that Plesk...
  13. J

    Problem with Access_log

    The only other things I did was make sure the permissions matched the old pipelog binary exactly, which you probably did as well and restarted apache. The server I tested this on was a 32-bit virtuozzo VPS running CentOS 5.4 I wonder if the binary is x64 compatible (or if it even matters for...
  14. J

    Problem with Access_log

    IgorG, That solves the problem - I replaced my pipelog binary in /usr/local/psa/admin/sbin with the workaround provided and restarted apache. Tailing the access_log for a domain that was not having anything written to it previously, now shows log entries during accesses of the domain...
  15. J

    Problem with Access_log

    Same problem. This results in statistics only being updated to the webstat-ssl path A virtuozzo VPS with piped logging enabled has no entries in the access_log for domains since updating. A VPS that does not have piped logging enabled is updating fine. This means that all statistics...
Back
Top