Ilias Lazaridis wrote: > Ilias Lazaridis wrote: > > deleted the 0.9.6 version and the related scripts. > > > > fetched the latest version from svn. > > > > $ setup.py install > > > > Created a test environment trac15 > > > > $ python C:\Python24\Scripts\trac-admin C:\trac15 initenv > > > > run the server: > > > > $ python C:\Python24\Scripts\tracd C:\trac15 > > > > server does not start, the command-window hangs, no reaction to > > CTRL-... ! > > > > any suggestions? > > starting with: > > $ python C:\Python24\Scripts\tracd --port 8000 C:\trac15 > > works fine. > > http://localhost:8000/trac17 > > - > > what is the default port-number?
The default is port 80 (for HTTP, other protocols use their respective default ports as well). -- Matt Good --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users -~----------~----~----~----~------~----~------~--~---
