Searched refs:hosts (Results 1 - 2 of 2) sorted by relevance

/httpd/test/
H A Dmake_sni.sh53 echo "so on. Note that the _first_ FQDN is also the default for non SNI hosts. It"
184 # Create the header for the example '/etc/hosts' file.
186 echo '# To append to your hosts file' > ${DIR}/hosts
271 echo "${IP} $FQDN $n" >> ${DIR}/hosts
325 - hosts /etc/hosts file with fake entries for the hosts
368 Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
373 You should not use name-based virtual hosts i
[all...]
/httpd/modules/proxy/
H A Dmod_serf.c1008 if (strcmp(key, "hosts") != 0 &&
1038 if (apr_table_get(params, "hosts") == NULL) {
1039 return "SerfCluster Static requires at least a hosts parameter";
1053 const char *hosts = apr_table_get(params, "hosts"); local
1058 ip = apr_strtok(apr_pstrdup(r->pool, hosts), ",", &strtok_state);

Completed in 1778 milliseconds