Edgewall Software

Changes between Version 34 and Version 35 of TracStandalone


Ignore:
Timestamp:
Mar 26, 2007, 3:00:30 PM (17 years ago)
Author:
techtonik <techtonik@…>
Comment:

how to limit undesired access from a network

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v34 v35  
    2020{{{
    2121 $ tracd -p 8080 /path/to/project
     22}}}
     23Stricly speaking this will make your Trac accessible to everybody from your network rather than ''localhost only''. To truly limit it use ''--hostname'' option.
     24{{{
     25 $ tracd --hostname=localhost -p 8080 /path/to/project
    2226}}}
    2327With more than one project. (http://localhost:8080/project1/ and http://localhost:8080/project2/)