It is a bad idea to use both RewindableInput and StringIO. StringIO buffer the POST body in memory (in a string, bad for large post). RewindableInput buffer POST body in a temp file, which is very slow. Using both is like getting the worse part from both.
what error message do you get with...
For Rails 2.3.4,
ActiveRecord::Base.disconnect! disappeared. so, I end up with
ActiveRecord::Base.connection_pool.disconnect!
Looks like it is enough, no need to call clear_active_connections! , please let us know if you find it is not true.
If LSWS cannot fire up the application automatically, you may have to start the application manually, and set "Auto Start" to false in LSWS external app configuration.
It should be ioncube issue. You can enable PHP core dump with the special environment variable in lsphp5 configuration,
http://www.litespeedtech.com/php-litespeed-sapi.html
you can check the core file with GDB, it can tell you which function crash PHP, then you can file a bug report to the...
You can update /usr/local/apache/htdocs/index.html for the default page.
cPanel wont show LiteSpeed, as they do not officially support LiteSpeed yet, we wrote our plugin to support cPanel.