group.add_option("--static-http-enable",dest="static_http_enable",action="store_true",my_default=False,help="enable static HTTP service for serving plain HTML files")
group.add_option("--static-http-document-root",dest="static_http_document_root",help="specify the directory containing your static HTML files (e.g '/var/www/')")
group.add_option("--static-http-url-prefix",dest="static_http_url_prefix",help="specify the URL root prefix where you want web browsers to access your static HTML files (e.g '/')")