[Fri Feb 19 08:55:41 2016] [error] [client 172.16.30.100] FastCGI: server "/home/admin/soap/server.fcgi" stderr: HTTP::Message content must be bytes at /usr/local/lib/perl5/site_perl/5.8.9/SOAP/Transport/HTTP.pm line 317
[Fri Feb 19 08:55:41 2016] [error] [client 172.16.30.100] FastCGI: incomplete headers (0 bytes) received from server "/home/admin/soap/server.fcgi"
[Fri Feb 19 08:55:41 2016] [warn] FastCGI: server "/home/admin/soap/server.fcgi" (pid 45466) terminated by calling exit with status '255'
####
[Fri Feb 19 08:56:02 2016] [warn] FastCGI: server "/home/admin/soap/server.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Fri Feb 19 08:56:02 2016] [warn] FastCGI: server "/home/admin/soap/server.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Fri Feb 19 08:56:03 2016] [notice] caught SIGTERM, shutting down
[Fri Feb 19 08:56:05 2016] [notice] FastCGI: process manager initialized (pid 45867)
[Fri Feb 19 08:56:05 2016] [warn] FastCGI: server "/home/admin/soap/server.fcgi" started (pid 45868)
[Fri Feb 19 08:56:05 2016] [notice] Apache configured -- resuming normal operations
####
$self->response(HTTP::Response->new(
$code => undef,
HTTP::Headers->new(
'SOAPServer' => $self->product_tokens,
$compressed ? (
'Content-Encoding' => $COMPRESS) : (),
'Content-Type' => join(
'; ',
'text/xml',
!$SOAP::Constants::DO_NOT_USE_CHARSET && $encoding ? 'charset=' . lc($encoding) : ()
),
'Content-Length' => SOAP::Utils::bytelength $response),
$response,
));
$self->response->headers->header('Content-Type' => 'Multipart/Related; type="text/xml"