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

  1. W

    Issue PHP 7 as PHP-FPM application, user and groups are www-data

    From what I can tell it is not domain specific: I created a new domain on the live plesk, and if I use the same setting (fpm served by apache) it suffers the same issues, basically loading apache2handler. So it's a system-level thing, I guess? Is this a setting of PHP or Apache itself? Even...
  2. W

    Issue PHP 7 as PHP-FPM application, user and groups are www-data

    So, these are the contents of /opt/plesk/php/7.0/etc/php-fpm.d/{domain}.conf : ; ATTENTION! ; ; DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, ; SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED. ; If you need to customize this file, use either custom PHP...
  3. W

    Issue PHP 7 as PHP-FPM application, user and groups are www-data

    As a test I recreated my setup in a local VM: Ubuntu 14.04, Plesk 12.5 (trial) and setup nginx reverse proxy in front of apache with php-fpm and it works flawlessly. The user running the pool is the system-domain-user. So I checked back on my running Plesk configuration. When I enabled FPM...
  4. W

    Issue PHP 7 as PHP-FPM application, user and groups are www-data

    Again, thank you for your feedback. In the end I'm not sure if we are going to do the move. Thing is it's not just the rewriting rules for PrestaShop, there are more subtle changes that would need to happen. For example, I'd need to train people that are used to writing redirects in .htaccess...
  5. W

    Issue PHP 7 as PHP-FPM application, user and groups are www-data

    Thank you very much for your informative answer. Actually at this point I don't even know if I'm trying to do the right thing here. The setting I'd like to use is one that Plesk offers, it's FPM application served by Apache (see screenshot). I want Apache to serve the PHP, because the cms that...
  6. W

    Issue PHP 7 as PHP-FPM application, user and groups are www-data

    That means that I would need to make all files folders group writable, am I right? Also, that wouldn't solve the fact that files would end up with mixed owners. Is there really no other way to solve this? Feels like a bug to me. I have to admit I'm no expert. But when I look at the...
  7. W

    Issue PHP 7 as PHP-FPM application, user and groups are www-data

    I would like to switch from FastCGI application to PHP-FPM, but if I do so from the PHP settings of a domain that I manage under Plesk 12.5, the user that is executing the application is www-data, this causes problems of permissions with the FTP user files, which is the user that the FastCGI...
  8. W

    How to add ssl let's encrypt to https://server:8443 plesk ?

    Also, since opening port 80 in the now configured domain opens the default site page, I deleted index.html from httpdocs and added a 4-lines index.php file to simply redirect to Plesk <?php if ($_SERVER['SERVER_PORT'] != 8443) { header('Location: https://vps#######.ovh.net:8443')...
  9. W

    How to add ssl let's encrypt to https://server:8443 plesk ?

    For what is worth: make sure you create a domain in Plesk with the host that you use to access Plesk. For example, I have a VPS on OVH, so my host is vps#######.ovh.net (####### being some numbers) and I had to create that domain in Plesk, while before only my main site's domain was configured...
  10. W

    Local curl request go to Default Parallels Plesk Page

    Thanks for your reply! I tried to perform both tasks, there were some permission errors that I don't think were causing any harm. Other than that, I stil need to add the line to hosts file to have the domain reachable from the machine itself.
  11. W

    Local curl request go to Default Parallels Plesk Page

    I think I just solved it by adding one line to /etc/hosts file: <public-ip> <main-domain-on-machine> Is there any other way this should have been dealt with?
  12. W

    Local curl request go to Default Parallels Plesk Page

    Running 12.5.30 Ubuntu 14.04 1205160201.11 version 26 installed-at 20160322T064158 On Ubuntu 14.04.4 LTS x86_64 I have a VPS that I upgraded to 12.5 last January, after having 12.0.8 installed since last August. Today since there were some amounts of piled up things, I decided to reboot the...
  13. W

    Nginx Expires Header not working

    Hi, I'm facing exactly the same issue. I'm linking to a serverfault question i posted: http://serverfault.com/q/724041/119520
Back
Top