django - how to restart single apache site on a ubuntu vps rather than all sites -
i've got ubuntu vps , apache mod wsgi installed , serving django sites.
however have restart of apache rather site have amended , going bit shonky if tell clients have restarted site cos updated site.
is there tutorial somewhere teach me how configure this? couldnt find 1 in googles keywords soup.
i'm using virtualenvs if helps.
assuming use mod_wsgi
in daemon mode on unix/apache 2.x system run django , have shell access machine need touch wsgi configuration project.
touch your_project.wsgi
see mod_wsgi
documentation on reloading source code , django - mod_wsgi
wiki more references.
Comments
Post a Comment