|
I think it is a connection problem between PHP and DB, I believe most PHP processes were hanging on DB connections.
You can verify it by run "killall php" from command line, then 408 error will disappear.
If that is the case, you need work on PHP's PGSQL integration.
|