Hello,
Running LiteSpeed Enterprise 4.1.8/CentOS 5.7/PHP 5.2.17
I have a function in my php application that rebuilds mysql indexes. It can run for a long time. In Apache/mod_php, the setting the ignore_user_abort variable allows me to trigger this process and then close the browser or navigate away from the page without killing the php/mysql process.
Since Litespeed doesn't support the ignore_user_abort option in the php.ini, what settings can I use to accomplish the same?
thanks,
Running LiteSpeed Enterprise 4.1.8/CentOS 5.7/PHP 5.2.17
I have a function in my php application that rebuilds mysql indexes. It can run for a long time. In Apache/mod_php, the setting the ignore_user_abort variable allows me to trigger this process and then close the browser or navigate away from the page without killing the php/mysql process.
Since Litespeed doesn't support the ignore_user_abort option in the php.ini, what settings can I use to accomplish the same?
thanks,