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.
- Timestamp:
-
Aug 29, 2008, 2:15:33 PM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
51 | 51 | -p PORT, --port=PORT port number to listen to (default 8080) |
52 | 52 | -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 |
55 | 66 | |
56 | 67 | }}} |