I accidentally closed the terminal after running this command And I can’t find the resource on how to stop the server What is the command? Answer The solution I opened terminal and killed the process via the pid I opened the terminal and ran the following code to get the pid of the process This is a sample response I
Tag: mod-wsgi
Unable to stop apache using system version of python 2.7.6 instead of virtualenv version
I have recompiled python2.7.11 using: I have installed django and all the dependencies checking that the pip is located in my new python version I uninstalled the packaged version of mod_wsgi and I have linked mod_wsgi to the new version of python by: When I restart apache both 2.7.6 and 2.7.11 seem to be started: My httpd.conf looks like: I