close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Changes between Version 6 and Version 7 of DevelopmentServer


Ignore:
Timestamp:
Aug 29, 2008, 2:15:33 PM (16 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentServer

    v6 v7  
    5151  -p PORT, --port=PORT  port number to listen to (default 8080)
    5252  -r, --auto-reload     automatically restart after code changes (default off)
    53   -v, --verbose         print as much as possible
    54   -q, --quiet           print as little as possible
     53
     54  Authentication:
     55    -B FILE, --basic=FILE
     56                        path to an unencrypted password file to use for basic
     57                        authentication
     58    -D FILE, --digest=FILE
     59                        path to a htdigest file to use for authentication
     60    --realm=REALM       name of the authentication realm (default "MyApp")
     61    --protect=PATH      path(s) to protect by authentication
     62
     63  Logging:
     64    -v, --verbose       print as much as possible
     65    -q, --quiet         print as little as possible
    5566
    5667}}}