Jump to content
Froxlor Forum

Jazz

Members
  • Posts

    27
  • Joined

  • Last visited

Posts posted by Jazz

  1. On 2/17/2021 at 8:38 PM, d00p said:

    ok, voraussetzung ist natürlich das du eine entsprechend andere php-version bereits (zusätzlich) installiert ist, z.B. 7.4:

    UPDATE panel_fpmdaemons SET `reload_cmd` = 'service php7.4-fpm restart', `config_dir` = '/etc/php/7.4/fpm/pool.d/' WHERE `id` ='1';

     

    Hi ich habe das entsprechend angepasst. Trotzdem zeigt er mir immer noch, dass ich Version 7.0 nutzen würde.

    Noch ne Idee?

     

    7.3 und 7.4 ist installiert und hatten auch daemons (ich musste also 7.4 auf 7.5 umbenennen, damit ich system default auf 7.4 umschreiben kann)

  2. 1 hour ago, d00p said:

    Der Fehler sagt aber ganz klar, dass er das Socket nicht finden kann, was mir sagt, der Dienst läuft nicht ODER du lässt die pool-configs für php-fpm an die falsche stelle erstellen und der fpm-dienst läuft zwar, aber nur mit der default www-pool config.

    Wie ist denn die Ausgabe von:

    
    ps faux | grep fpm

     

    root@rs243945:~# ps faux | grep fpm
    root      8101  0.0  0.0  15436  1940 pts/1    S+   22:23   0:00  |       \_ grep fpm
    root     12954  0.0  0.2 392888 40504 ?        Ss   21:11   0:00 php-fpm: master process (/etc/php/7.0/fpm/php-fpm.conf)
    www-data 12955  0.0  0.0 392888  9112 ?        S    21:11   0:00  \_ php-fpm: pool www
    www-data 12956  0.0  0.0 392888  9112 ?        S    21:11   0:00  \_ php-fpm: pool www
    root@rs243945:~#

     

    von unterwegs deswegen knapp. 

  3. 1 hour ago, d00p said:

    Läuft den der php-fpm dienst? 

    Ja der lief. Fehler gerade gefunden:

     

    Installiert war noch libapache2-mod-fcgid php-cgi

    und auch das modul

    a2enmod suexec fcgid
    Lösung:

    a2dismod fcgid
    systemctl restart apache2
    apt-get remove libapache2-mod-fcgid php-cgi

    Schönen Abend und danke für schnelle Reaktion. :)

     

  4. Hi d00p,

    wenn ich FPM aktiviere bekomme ich im Log und einen Error 503 Service unavailiable.

    Die Datei welche er unten sucht gibt es tatsächlich nicht.

    System ist Debian Stretch. Installiert die Config (wie im froxlor Portal).

    Davor lief es mit mod_php.

    [Thu Oct 31 19:43:34.567423 2019] [proxy_fcgi:error] [pid 18535] [client 109.192.97.206:58290] AH01079: failed to make connection to backend: httpd-UDS, referer: https://www.itcares.de/
    [Thu Oct 31 19:43:35.104924 2019] [proxy:error] [pid 18506] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /var/lib/apache2/fastcgi/1-jazz-itcares.de-php-fpm.socket (*) failed
    [Thu Oct 31 19:43:35.105013 2019] [proxy_fcgi:error] [pid 18506] [client 109.192.97.206:58291] AH01079: failed to make connection to backend: httpd-UDS, referer: https://www.itcares.de/
    [Thu Oct 31 19:46:48.499095 2019] [proxy:error] [pid 18535] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /var/lib/apache2/fastcgi/1-jazz-itcares.de-php-fpm.socket (*) failed
    [Thu Oct 31 19:46:48.499142 2019] [proxy_fcgi:error] [pid 18535] [client 109.192.97.206:58398] AH01079: failed to make connection to backend: httpd-UDS, referer: https://www.itcares.de/
    [Thu Oct 31 19:46:55.779000 2019] [proxy:error] [pid 18503] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /var/lib/apache2/fastcgi/1-jazz-itcares.de-php-fpm.socket (*) failed
    [Thu Oct 31 19:46:55.779047 2019] [proxy_fcgi:error] [pid 18503] [client 109.192.97.206:58402] AH01079: failed to make connection to backend: httpd-UDS, referer: https://www.itcares.de/

     

×
×
  • Create New...