python fcgi server may fork children process by itself, in kind of configuration, LiteSpeed cannot control fcgi processes.
In order to let LSWS to manage fcgi processes, you need to make sure python fcgi does not fork any children processes. The process started by web server is the process to...