Hello, i have a new vps, all working fine, but now when i did reboot server, my ispconfig panel stop working. Other services as phpmyadmin, webmail etc is working, just not my ispconfig panel on myip with 8080 What should i check? I can not see more information in log files
I have maybe the same problem. All webservices works well, but ispconfig on myip:8080 stop working. error.log: Thu Apr 02 00:32:13.806732 2020] [ssl:error] [pid 28930] AH02217: ssl_stapling_init_cert: Can't retrieve issuer certificate! [Thu Apr 02 00:32:13.806756 2020] [ssl:error] [pid 28930] AH02235: Unable to configure server certificate for stapling [Thu Apr 02 00:32:13.806775 2020] [ssl:warn] [pid 28930] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Thu Apr 02 00:32:13.806790 2020] [ssl:warn] [pid 28930] AH01909: RSA certificate configured for myserver.pl:8080 does NOT include an ID which matches the server name [Thu Apr 02 00:32:51.119711 2020] [fcgid:warn] [pid 28936] (104)Connection reset by peer: [client xx.xx.xx.xx:45411] mod_fcgid: error reading data from FastCGI server [Thu Apr 02 00:32:51.119829 2020] [core:error] [pid 28936] [client xx.xx.xx.xx:45411] End of script output before headers: index.php What I'm should to do now.
This indicates a fatal error in PHP which means the PHP process dies without being able to even log an error. That's different from what the thread starter posted. You should try to remind what you change before in your server settings, e.g. when you changed something in php.ini, and try to undo that.
Solved. The source of my problem : "failed to setgid (5002: .php-fcgi-starter)" The solution was here: "bugzilla.redhat.com/show_bug.cgi?id=1184875" ------------------------------------------------------------------ Description of problem: According to 'man suexec' the suexec binary should have: "the suexec executable needs the setuid bit set and must be owned by root" Steps to Reproduce: 1. ls -l /usr/sbin/suexec Actual results: -r-x--x---. 1 root apache 15352 Dec 2 08:10 /usr/sbin/suexec Expected results: -r-sr-xr--. 1 root apache 15352 Dec 2 08:10 /usr/sbin/suexec Additional info: If I use this with fastcgi, I cannot get it work properly, because httpd daemons is running under 'apache' user and cannot 'su' to different user.