Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
litespeed_wiki:cloudlinux:enable_ruby_python_selector [2019/08/14 20:57]
Jackson Zhang [How to Enable CloudLinux Python and Ruby Selector (alt-mod_passenger) for LSWS]
litespeed_wiki:cloudlinux:enable_ruby_python_selector [2019/11/29 16:08]
Lisa Clarke [Restart Python and Ruby Application] Copyediting
Line 15: Line 15:
   - Run script to install required ruby/python lsapi modules: <​code>/​usr/​local/​lsws/​admin/​misc/​enable_ruby_python_selector.sh</​code>​   - Run script to install required ruby/python lsapi modules: <​code>/​usr/​local/​lsws/​admin/​misc/​enable_ruby_python_selector.sh</​code>​
   - Switch to LiteSpeed and try a ruby/python app   - Switch to LiteSpeed and try a ruby/python app
 +===== Restart the Python and Ruby Application =====
 +The Python and Ruby application can be restarted by touching the ''<​app_root_dir>/​tmp/​restart.txt''​ file.
 +For example, if a python application is located at ''/​home/​user1/​mypythonapp''​ the command would be: 
 +
 +<​code>​touch /​home/​user1/​mypythonapp/​tmp/​restart.txt</​code>​
 +
 +This will tell the server to restart the application.
 +
  
 ===== Troubleshooting ===== ===== Troubleshooting =====
  • Admin
  • Last modified: 2023/03/25 13:24
  • by Lisa Clarke