Question
How to make web service unavailable. As I develop this application, I'd rather not be burning up CPU or access time when not logged in.
Not getting any errors but I notice long periods of CPU usage when I am not actually online developing. The service should not be running while I am not logged in for development. How do I turn off the service so that CPU time is not used?
Running Apache2/WSGI with Python3.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×