somethings change with php-fpm unix sockets on ubuntu 24.04

Discussion in 'General' started by nhybgtvfr, Jul 25, 2024.

  1. concept21

    concept21 Active Member

    Where are the relevant web error logs of ISPConfig3 apps.vhost?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Its /var/log/apache2/ or /var/log/nginx/ depending on your server. But as you implemented a workaround already matching your specific server config, according to your other post, this does not really matter anymore.
     
  3. concept21

    concept21 Active Member

    Yes, I also observe that there are files controlling those php fpm sockets:
    /etc/php/8.*/fpm/pool.d/*.conf

    I will clean them up and make my new Ubuntu 24.04 more perfect. :D
     
    ahrasis likes this.
  4. emadfathy

    emadfathy New Member

    Any updates in the main issue (php8.x-fpm and monit on Ubuntu 24.04)?
     
  5. emadfathy

    emadfathy New Member

    I've found some solution, until a better solution is getting out.
    Instead of checking the connectability of the process, using this check (which is not working right now):
    Code:
    if failed unixsocket /run/php/php8.3-fpm.sock then restart
    Checking the the existence of the process itself is working, without touching anything outside Monit and without messing the users/permissions.
    Code:
    if not exist then restart
    I hope this saves someone several hours of investigating.
     

Share This Page