Searched defs:interface (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dfcgistarter.c33 "usage: fcgistarter -c <command> -p <port> [-i <interface> -N <num>]\n"
35 "If an interface is not specified, any available will be used.\n";
69 const char *interface = NULL; local
106 interface = arg;
126 rv = apr_sockaddr_info_get(&skaddr, interface, APR_UNSPEC, port, 0, pool);

Completed in 259 milliseconds