Changeset 2743


Ignore:
Timestamp:
Dec 21, 2009, 12:35:57 AM (14 years ago)
Author:
price
Message:

invirt.fcgi: Document wrapper scripts more explicitly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/invirt.fcgi

    r2742 r2743  
    1515    print >>sys.stderr, """%s <unauth|auth> [config]
    1616
     17Or via the provided wrapper scripts:
     18%s/auth.fcgi [config]
     19%s/unauth.fcgi [config]
     20
    1721Run server as FastCGI, with CherryPy config from "main.conf".
    1822With `config`, run standalone with CherryPy config from `config`.
    1923
    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],)
     24Serve the authenticated site with 'auth' or under 'auth.fcgi',
     25and the unauthenticated site with 'unauth' or under 'unauth.fcgi'.
     26""" % (sys.argv[0], argv0_dir, argv0_dir)
    2627    sys.exit(2)
    2728
Note: See TracChangeset for help on using the changeset viewer.