Openbase_dir error / proxy_fcgi:error

Of late, since 2 weeks, my system crashes due to the error mentioned in the logs. First the site crashes and then my server crashes. :cry:

Debian 12 Bookworm / PHP-FPM 8.2 / Apache2 / NGINX
Manual installation via zip: 2025-01-26.

Logs here.

I have removed duplicate entries, as this was repeated for 15K lines.

I have searched a lot, but not sure what file should this be edited or how can I fix this.

FYI: This is happening every 2 hours now. :cry:

I have gone through every possible solution on the net and here, but not sure what can I do to stop it. Only option is to reboot system, and then the site works again.

I have raised it with RSSBridge as well here.

Anyone able to assit please? All the php inis have open base dir as commented out. So not sure what I need to do here.

Seems that your app requires read access to /etc/mime.types but if you want to add access you should give access to /etc/ that in my opinion is risky.

open_basedir directive is generated from PHP templates /usr/local/hestia/data/templates/web/php-fpm/ so if you are using template PHP-8_3.tpl

cd /usr/local/hestia/data/templates/web/php-fpm/
cp PHP-8_3.tpl etc-PHP-8_3.tpl

And modify:

php_admin_value[open_basedir] = /home/%user%/.composer:/home/%user%/web/%domain%/public_html:/home/%user%/web/%domain%/private:/home/%user%/web/%domain%/public_shtml:/home/%user%/tmp:/tmp:/var/www/html:/bin:/usr/bin:/usr/local/bin:/usr/share:/opt

to:

php_admin_value[open_basedir] = /etc:/home/%user%/.composer:/home/%user%/web/%domain%/public_html:/home/%user%/web/%domain%/private:/home/%user%/web/%domain%/public_shtml:/home/%user%/tmp:/tmp:/var/www/html:/bin:/usr/bin:/usr/local/bin:/usr/share:/opt

Save the template and now assign the new etc-PHP-8_3 template to your site.

1 Like

Thanks. I am trying, but it throws the error Error: etc-PHP-8.3 backend template doesn't exist

Sorry, my bad, I used the wrong template name (I’ve corrected it in above post).

cp PHP-8_3.tpl etc-PHP-8_3.tpl
1 Like

Thanks, but should it not be tpl only? Reason, when I used tlp, it kept throwing the error, but when I changed it to tpl it is now trying to apply it. Will time out for the same weird reason it always times out, but will get applied in the backend.

BTW, is there a manual way to edit some file somewhere to apply these templates etc? UI causes the apache2 restart failure every time a custom template is used.

Although now PHP-FPM fails to restart. :cry:
Checking the logs now.

Edit: System reboot started the php-fpm now.

Yes, sorry again

Hey. Do not say sorry mate. You help more than you can imagine. :smiley:

But if you can say if there is a manual way to apply these templates, I would be more merrier. :slight_smile:

2 Likes
 v-change-web-domain-backend-tpl YourUser YourDomain etc-PHP-8_3 yes
2 Likes

Thanks mate. Sorry for the late response. Was away, having my food.

1 Like

@sahsanu

[31-Mar-2025 20:53:13] ERROR: Another FPM instance seems to already listen on /run/php/php8.3-fpm-rssbridge.domain.sock
[31-Mar-2025 20:53:13] ERROR: FPM initialization failed

This is what keeps happening now, and PHP-fpm crashes every now and then. :frowning:

I do have all other sites also running the same PHP FPM version. :cry:

grep -r rssbridge.domain /etc/php/
ps -ef | grep '[8].3.*php-fpm'
lsof -Pn +c0 -p $(pgrep -d ',' 'php-fpm.*8.3') | grep LISTEN
systemctl status php8.3-fpm --no-pager -l
systemctl restart php8.3-fpm
ps -ef | grep '[8].3.*php-fpm'
lsof -Pn +c0 -p $(pgrep -d ',' 'php-fpm.*8.3') | grep LISTEN
systemctl status php8.3-fpm --no-pager -l
/etc/php/8.3/fpm/pool.d/rssbridge.domain.conf:[rssbridge.domain]
/etc/php/8.3/fpm/pool.d/rssbridge.domain.conf:listen = /run/php/php8.3-fpm-rssbridge.domain.sock
/etc/php/8.3/fpm/pool.d/rssbridge.domain.conf:php_admin_value[open_basedir] = /etc:/home/userid/.composer:/home/userid/web/rssbridge.domain/public_html:/home/userid/web/rssbridge.domain/private:/home/userid/web/rssbridge.domain/public_shtml:/home/userid/tmp:/tmp:/var/www/html:/bin:/usr/bin:/usr/local/bin:/usr/share:/opt
/etc/php/8.3/fpm/pool.d/rssbridge.domain.conf:php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f [email protected]
root        2598       1  0 12:16 ?        00:00:01 php-fpm: master process (/etc/php/8.3/fpm/php-fpm.conf)
php-fpm8.3  2598 root    8u     unix 0x00000000d3c45a00      0t0   15728 /run/php/www.sock type=STREAM (LISTEN)
php-fpm8.3  2598 root    9u     unix 0x00000000646bcda3      0t0   15730 /run/php/php8.3-fpm-rssbridge.domain.so                                                                                                                                   ck type=STREAM (LISTEN)
php-fpm8.3 12190 userid   11u     unix 0x00000000646bcda3      0t0   15730 /run/php/php8.3-fpm-rssbridge.domain.so                                                                                                                                   ck type=STREAM (LISTEN)
php-fpm8.3 12381 userid   11u     unix 0x00000000646bcda3      0t0   15730 /run/php/php8.3-fpm-rssbridge.domain.so                                                                                                                                   ck type=STREAM (LISTEN)
php-fpm8.3 23083 userid   11u     unix 0x00000000646bcda3      0t0   15730 /run/php/php8.3-fpm-rssbridge.domain.so                                                                                                                                   ck type=STREAM (LISTEN)
php-fpm8.3 23085 userid   11u     unix 0x00000000646bcda3      0t0   15730 /run/php/php8.3-fpm-rssbridge.domain.so                                                                                                                                   ck type=STREAM (LISTEN)
php-fpm8.3 34280 userid   11u     unix 0x00000000646bcda3      0t0   15730 /run/php/php8.3-fpm-rssbridge.domain.so                                                                                                                                   ck type=STREAM (LISTEN)
php-fpm8.3 34328 userid   11u     unix 0x00000000646bcda3      0t0   15730 /run/php/php8.3-fpm-rssbridge.domain.so                                                                                                                                   ck type=STREAM (LISTEN)
php-fpm8.3 38936 userid   11u     unix 0x00000000646bcda3      0t0   15730 /run/php/php8.3-fpm-rssbridge.domain.so                                                                                                                                   ck type=STREAM (LISTEN)
php-fpm8.3 45800 userid   11u     unix 0x00000000646bcda3      0t0   15730 /run/php/php8.3-fpm-rssbridge.domain.so
php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager
     Loaded: loaded (/lib/systemd/system/php8.3-fpm.service; enabled; preset: enabled)
     Active: active (running) since Tue 2025-04-01 12:16:33 IST; 4h 49min ago
       Docs: man:php-fpm8.3(8)
    Process: 2805 ExecStartPost=/usr/lib/php/php-fpm-socket-helper install /run/php/php-fpm.sock /etc/php/8.3/fpm/pool.d/www.conf 83 (code=exited, status=0/SUCCESS)
   Main PID: 2598 (php-fpm8.3)
     Status: "Processes active: 8, idle: 0, Requests: 10267, slow: 0, Traffic: 0.00req/sec"
      Tasks: 9 (limit: 19142)
     Memory: 156.3M
        CPU: 6min 53.588s
     CGroup: /system.slice/php8.3-fpm.service
             β”œβ”€ 2598 "php-fpm: master process (/etc/php/8.3/fpm/php-fpm.conf)"
             β”œβ”€12190 "php-fpm: pool rssbridge.domain"
             β”œβ”€12381 "php-fpm: pool rssbridge.domain"
             β”œβ”€23083 "php-fpm: pool rssbridge.domain"
             β”œβ”€23085 "php-fpm: pool rssbridge.domain"
             β”œβ”€34280 "php-fpm: pool rssbridge.domain"
             β”œβ”€34328 "php-fpm: pool rssbridge.domain"
             β”œβ”€38936 "php-fpm: pool rssbridge.domain"
             └─45800 "php-fpm: pool rssbridge.domain"

Apr 01 12:16:33 cp.domain systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Apr 01 12:16:33 cp.domain systemd[1]: Started php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.

Done

root       56229       1  0 17:06 ?        00:00:00 php-fpm: master process (/etc/php/8.3/fpm/php-fpm.conf)
php-fpm8.3 56229 root    8u     unix 0x000000006b0728e5      0t0  507311 /run/php/www.sock type=STREAM (LISTEN)
php-fpm8.3 56229 root    9u     unix 0x00000000ac541fa2      0t0  507313 /run/php/php8.3-fpm-rssbridge.domain.sock type=STREAM (LISTEN)
php-fpm8.3 56234 userid   11u     unix 0x00000000ac541fa2      0t0  507313 /run/php/php8.3-fpm-rssbridge.domain.sock type=STREAM (LISTEN)
php-fpm8.3 56235 userid   11u     unix 0x00000000ac541fa2      0t0  507313 /run/php/php8.3-fpm-rssbridge.domain.sock type=STREAM (LISTEN)
php-fpm8.3 56236 userid   11u     unix 0x00000000ac541fa2      0t0  507313 /run/php/php8.3-fpm-rssbridge.domain.sock type=STREAM (LISTEN)
php-fpm8.3 56237 userid   11u     unix 0x00000000ac541fa2      0t0  507313 /run/php/php8.3-fpm-rssbridge.domain.sock type=STREAM (LISTEN)
php-fpm8.3 56238 userid   11u     unix 0x00000000ac541fa2      0t0  507313 /run/php/php8.3-fpm-rssbridge.domain.sock type=STREAM (LISTEN)
php-fpm8.3 56271 userid   11u     unix 0x00000000ac541fa2      0t0  507313 /run/php/php8.3-fpm-rssbridge.domain.sock type=STREAM (LISTEN)
systemctl status php8.3-fpm --no-pager -l
● php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager
     Loaded: loaded (/lib/systemd/system/php8.3-fpm.service; enabled; preset: enabled)
     Active: active (running) since Tue 2025-04-01 17:06:24 IST; 1min 2s ago
       Docs: man:php-fpm8.3(8)
    Process: 56230 ExecStartPost=/usr/lib/php/php-fpm-socket-helper install /run/php/php-fpm.sock /etc/php/8.3/fpm/pool.d/www.conf 83 (code=exited, status=0/SUCCESS)
   Main PID: 56229 (php-fpm8.3)
     Status: "Processes active: 0, idle: 6, Requests: 515, slow: 0, Traffic: 8.90req/sec"
      Tasks: 7 (limit: 19142)
     Memory: 57.3M
        CPU: 14.151s
     CGroup: /system.slice/php8.3-fpm.service
             β”œβ”€56229 "php-fpm: master process (/etc/php/8.3/fpm/php-fpm.conf)"
             β”œβ”€56234 "php-fpm: pool rssbridge.domain"
             β”œβ”€56235 "php-fpm: pool rssbridge.domain"
             β”œβ”€56236 "php-fpm: pool rssbridge.domain"
             β”œβ”€56237 "php-fpm: pool rssbridge.domain"
             β”œβ”€56238 "php-fpm: pool rssbridge.domain"
             └─56271 "php-fpm: pool rssbridge.domain"

Apr 01 17:06:24 cp.domain systemd[1]: Starting php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager...
Apr 01 17:06:24 cp.domain systemd[1]: Started php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.

All looks good, I see no obvious problem.

For now. In sometime my system will crash again, and all those running this phpversion will stop working.

I have huge data, so I am skeptical to format and do a clean installation. :cry:

You should review the logs to know what’s happening when php crashes:

/var/log/php8.3-fpm.log
/var/log/apache2/error.log
/var/log/apache2/domains/YourDomain.error.log
/var/log/nginx/error.log
/var/log/nginx/domains/YourDomain.error.log

You could also tune the pool conf for your domain or domains, also maybe you should raise the limit of open files used by php-fpm.

1 Like

I have updated my pool and workers limits. Also, moved this rssbridge out to another php version (8.2). Hopefully this will help. There were too many in error logs. I disabled those bridges as well.

1 Like

I told you. Happened again. All sites stopped working as PHPFPM number of workers and RAM got overloaded. Trouble is the PHPFPM although auto restarts in this situation, the apache2 does not, nor does nginx.
Confused and feeling out of galaxy now.
Other than RSSBridge, NextCloud is also causing this it seems.

Biggest issue is, when it happens. Either I am asleep, or am at work and in both these situations I have no way of doing anything that time. :frowning: