Hello,
I was able to install and run a Django web application on cPanel with the Python app support.
Id like to know how can I restart the Passenger WSGI process from command line ?
Use Case:
I deploy the Python application code via CI and after each code upload the WSGI needs to be restarted. The current implementation only shows a "Restart" feature of the app within the cPanel Python interface.
I was able to install and run a Django web application on cPanel with the Python app support.
Id like to know how can I restart the Passenger WSGI process from command line ?
Use Case:
I deploy the Python application code via CI and after each code upload the WSGI needs to be restarted. The current implementation only shows a "Restart" feature of the app within the cPanel Python interface.
Comment