Edgewall Software

Changes between Version 64 and Version 65 of TracStandalone


Ignore:
Timestamp:
Mar 13, 2009, 8:36:37 PM (15 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v64 v65  
    4040To exit the server on Windows, be sure to use {{{CTRL-BREAK}}} -- using {{{CTRL-C}}} will leave a Python process running in the background.
    4141
    42 When running as a Windows service using a utility such as [http://www.google.com/search?q=srvany.exe SRVANY], stopping or restarting the service will also leave a Python process running -- restart the system instead.
    43 
     42When running as a Windows service using a utility such as [http://www.google.com/search?q=srvany.exe SRVANY], stopping or restarting the service will also leave a Python process running.  To end it, '''along with all other python processes currently running''', open a console and enter:
     43{{{
     44 taskkill /f /im python.exe
     45}}}
    4446
    4547== Using Authentication ==