Some problems: web36.sock and chattr

Discussion in 'Installation/Configuration' started by jonathannet, May 2, 2019.

  1. jonathannet

    jonathannet Member

    Hi after I removed some XMPP server I installed I get this stange problems with some of my domains, that uses FPM

    How do I fix this problem?

    Code:
    [proxy:error] [pid 17358:tid 140314925590272] (111)Connection refused: AH02454: FCGI: attempt to connect to Unix domain socket /var/lib/php7.2-fpm/web36.sock (*) failed
    And also another problem, I have some old directorys that wont be deleted: "web30" and web2" in client2 I tryed to use command:

    chattr -i /var/www/clients/client2/web2 etc. but not working :(
     
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Restart the php7.2-fpm daemon and see if you get any errors.
     
  3. jonathannet

    jonathannet Member

    how do I do that?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    sudo service php7.2-fpm restart
     
  5. jonathannet

    jonathannet Member

    thanks that helped :D
     
  6. jonathannet

    jonathannet Member

    But how to I delete the directorys also as I wrote?
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    sudo chattr -i /var/www/clients/client2/web2
    sudo rm -rf /var/www/clients/client2/web2
     
    jonathannet likes this.

Share This Page