Does Apache have mod_wsgi? If so, you can get them to make a change to
your .conf file as detailed at
http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode
This means you only need to 'touch' the .wsgi file specified by the
WSGIScriptAlias to get your Apache process to restart. Works a treat
On Aug 27, 8:18 pm, Richard Simões <[EMAIL PROTECTED]> wrote:
> I have non-root access to a server with apache2 and mod_python. I
> installed django with svn to a location in my home directory and
> created a test project. When I go to a URL defined with urls.py and
> views.py, 9/10 times the expe
On Thu, Aug 28, 2008 at 1:13 PM, Richard Simões <[EMAIL PROTECTED]> wrote:
>
> I didn't, no (no root access). At what point should that be necessary,
> if ever?
>
Apache needs to be restarted any time you change your code. It's going to be
very hard to develop on a setup with no ability to restar
I didn't, no (no root access). At what point should that be necessary,
if ever?
/Richard Simões
On Aug 28, 12:11 am, David Zhou <[EMAIL PROTECTED]> wrote:
> On Aug 27, 2008, at 9:18 PM, Richard Simões wrote:
>
> > I have non-root access to a server with apache2 and mod_python. I
> > installed dj
On Aug 27, 2008, at 9:18 PM, Richard Simões wrote:
> I have non-root access to a server with apache2 and mod_python. I
> installed django with svn to a location in my home directory and
> created a test project. When I go to a URL defined with urls.py and
> views.py, 9/10 times the expected page
I have non-root access to a server with apache2 and mod_python. I
installed django with svn to a location in my home directory and
created a test project. When I go to a URL defined with urls.py and
views.py, 9/10 times the expected page is shown. The remaining 1/10
times the "It worked!" page pop
6 matches
Mail list logo