Author |
Message |
calemioncube
Joined: 21 Jul 2012 Posts: 5
|
Posted: Sun Dec 29, 2019 12:52 am Post subject: CentOS 8 PHP-FPM Hanging |
|
|
Problem description:
- CentOS 8 with PHP 7.2 and ionCube loader configured
- PHP-FPM is used for PHP
- Reboot CentOS 8
- Access my web site
- PHP-FPM is at 100% and received errors in Apache error log:
[Sat Dec 28 11:16:04.474765 2019] [proxy_fcgi:error] [pid 770:tid 140091808794368] [client 69.162.124.227:44312] AH01067: Failed to read FastCGI header, referer: ...
[Sat Dec 28 11:16:04.474792 2019] [proxy_fcgi:error] [pid 770:tid 140091808794368] (104)Connection reset by peer: [client 69.162.124.227:44312] AH01075: Error dispatching request to : , referer: ...
- Restart PHP-FPM, the web site works fine
Here's what I did to ping the error on ionCube encoded script:
- The web site uses an index.php which is ioncube encoded with license
- Replace the index.php with a plain php file showing phpinfo();
- The web site works fine.
Has anyone run into a similar issue with a solution? |
|
Back to top |
|
 |
alastair
Joined: 23 Feb 2010 Posts: 405
|
Posted: Thu Jan 02, 2020 9:50 am Post subject: |
|
|
Hi,
It may be best to create a support ticket about this at https://support.ioncube.com
In your support ticket please include the following:
1. The full phpinfo() output on that CentOS 8 machine as a single HTML file.
2. Your encoding options: either the command line used or your encoding project file (.iep file) if using the GUI.
3. The unencoded index.php file. _________________ Alastair
ionCube |
|
Back to top |
|
 |
|