Socket pool and directory

Discussion in 'General' started by buhler, Mar 10, 2022.

  1. buhler

    buhler Member

    Good morning,
    I have a server with default php 7.0.
    I also have php versions 5.6, 7.1, 7.2, 7.3, 7.4, 8.0 and 8.1.
    I notice that the pools have socket like this:
    Example:
    php 5.6
    /var/lib/php7.0-fpm/webxxx.sock
    php 7.1
    /var/lib/php7.0-fpm/webxxx.sock
    php 7.4
    /var/lib/php7.0-fpm/webxxx.sock
    This is normal?
    All are in /var/lib/php7.0-fpm
    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, that's ok and as it should be. The 7.0 in the path is no indication for a PHP version, it's just the name of the central PHP socket directory of your system.
     
  3. buhler

    buhler Member

    Thanks for answering me.
     

Share This Page