Additional extension but 503 error - on php cli works fine

traskowski

Verified User
Joined
Nov 13, 2012
Messages
54
Hey i've got problem - i successfully compile v8 and v8js (v8 version 7.5.289) and v8js 2.1.1 but the website have problem and i recive 503 error.

Error logs:

HTML:
[Wed Jul 03 14:10:26.139495 2019] [proxy_fcgi:error] [pid 31554:tid 140312839788288] [client ip:39057] AH01067: Failed to read FastCGI header
[Wed Jul 03 14:10:26.139548 2019] [proxy_fcgi:error] [pid 31554:tid 140312839788288] (104)Connection reset by peer: [client ip:39057] AH01075: Error dispatching request to :

In PHP CLI the same file works fine - i'am trying to test in single simple file:

HTML:
var_dump(extension_loaded('v8js'));

$v8 = new V8Js();

$v8->executeString('print("V8Js");');

P.S. i've got before version 7.2.29 of php but when i update it with directadmin it's stop working - i try to recompile v8js with newest version, with old version etc.. Nothing help.. Everything on server work fine except this.

P.S.2. PHP properly see extension - i mean it's loaded to PHP and should work fine.

P.S.3. i'am try to test and compile 2.1.0 with v8 6.5 and 6.4 and some other version. I'am trying everything from last two days.. With compile it to PHP 7.3 (second PHP on the server) but no results.
 
Back
Top