2008/12/31 julio33 <[email protected]>: > > hello, i was using cgi with python and decided to went to mod_wsgi, it > works great, but i have a doubt...when i was reading the tutorial it > says that everytime i made a change in my script file i MUST restart > apache2 to watch the changes,
Which tutorial? > this is ok to me, but i don´t understand > why when i tried by error to change the script and use it WITHOUT > restarting apache it works according to the new changes, i thought > this is not right, because it´s supposedly to charge application > everytime apache starts, so if when i made changes the things change it > ´s like it´s calling again and again the file, just like cgi Start by reading: http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
