Changeset 2743 for trunk/packages/invirt-web
- Timestamp:
- Dec 21, 2009, 12:35:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-web/code/invirt.fcgi
r2742 r2743 15 15 print >>sys.stderr, """%s <unauth|auth> [config] 16 16 17 Or via the provided wrapper scripts: 18 %s/auth.fcgi [config] 19 %s/unauth.fcgi [config] 20 17 21 Run server as FastCGI, with CherryPy config from "main.conf". 18 22 With `config`, run standalone with CherryPy config from `config`. 19 23 20 Serve the authenticated or unauthenticated site according to 21 the first argument. 22 23 Helper scripts "auth.fcgi" and "unauth.fcgi" are provided to 24 facilitate running the server with no arguments. 25 """ % (sys.argv[0],) 24 Serve the authenticated site with 'auth' or under 'auth.fcgi', 25 and the unauthenticated site with 'unauth' or under 'unauth.fcgi'. 26 """ % (sys.argv[0], argv0_dir, argv0_dir) 26 27 sys.exit(2) 27 28
Note: See TracChangeset
for help on using the changeset viewer.