Lines Matching refs:port
141 [-c cache_dir] [-s cache_size] [-p port] [-h hostname]
189 cache_dir, cache_size, host, port, sroot,
206 port the port on which Apache should listen
257 # check our port
260 num = int(port)
263 _("invalid port: {0}").format(port))
266 _("invalid port: {0}").format(port))
311 port=port,
463 def _generate_server_cert_key(host, port, ca_cert_file="", ca_key_file="",
472 server_id = "{0}_{1}".format(host, port)
526 def refresh_conf(repo_info, log_dir, host, port, runtime_dir,
583 template_dir, cache_dir, cache_size, host, port, sroot,
684 # the port we listen on
685 port = None
749 port = arg
817 if not fragment and not port:
818 usage(_("required port option -p missing."))
852 _generate_server_cert_key(host, port,
915 if fragment and port:
946 ret = refresh_conf(repo_info, log_dir, host, port, runtime_dir,