Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An error similar to this appears in the Apache error log:

No Format
[error] Can not connect() to /usr/local/zendsvr6/bin/php-cgi.bin (0.0) - [3425] A remote host refused an attempted connect operation.

Environment

Any version of Zend Server for IBM i running on any supported version of IBM i.

...

Also, if your forms have an entry button that can be clicked multiple times, please disable the button after the first click. There are a number of ways to do this. Search Google for the phrase 'disable duplicate form submission' to see many examples.  If you see a lot of php timeout errors on the session_start() function, this could be your issue.

false
Note
icon
Info
titleNote | Learn more about how to prevent session_start() timeouts

The following article tells much more about how to properly manage sessions in your PHP scripts scripts

 Lock Picking PHP Sessions