Hosting strategies for python django rest api very light weight applications in production environment?
I am currently hosting python web services on apache server with mod_wsgi in daemon mode.
Every thing is fine until, I have added a new virtualhost or changed existing virtualhost becuase when I have changed existing virtualhost or added new virtualhost the apache server will not going to recognize it directly without reloading or restarting.