Home
last modified time | relevance | path

Searched refs:domain (Results 1 – 14 of 14) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Drewrite.txt67 # request: http://any.domain.com/url/
69 # and DOCUMENT_ROOT="/www/htdocs/" %0="www.domain.com" $1="url/"
70 # after rewrite: REQUEST_URI="/www/htdocs/domain.com/url/"
H A Devhost.txt31 %0 => domain name + tld
33 %2 => domain name without tld
H A Dmysqlvhost.txt39 mysql-vhost.sql = "SELECT docroot FROM domains WHERE domain='?'"
51 domain varchar(64) not null primary key,
H A Dauthentication.txt165 auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
H A Dconfiguration.txt140 # map all domains of a top-level-domain to a single document-root
263 IP address, hostname or absolute path to the unix-domain socket the server
H A Dfastcgi.txt126 :"socket": path to the unix-domain socket
473 ## bind to unix domain socket
H A Dperformance.txt148 2. the TCP/IP and Unix domain socket to the FastCGI process
/mOS-networking-stack/dpdk-iface-kmod/
H A Ddpdk_iface_main.c55 domain1 = d1->pd.pa.domain; in localversionsort()
56 domain2 = d2->pd.pa.domain; in localversionsort()
121 &di[pci_index].pd.pa.domain, in probe_all_rte_devices()
204 di[i].pd.pa.domain, in main()
H A Ddpdk_iface_common.h31 uint16_t domain; member
/mOS-networking-stack/core/src/include/
H A Dmtcp_api.h306 mtcp_socket(mctx_t mctx, int domain, int type, int protocol);
/mOS-networking-stack/core/include/
H A Dmtcp_api.h306 mtcp_socket(mctx_t mctx, int domain, int type, int protocol);
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dconfig.sub1594 os=-domain
H A DNEWS159 * mod_webdav: Patch to skip login information for domain part of Destination field (fixes #1793)
252 * Fix mod_cgi segfault when bound to unix domain socket (#653)
602 * fixed initial bind to a unix-domain socket through server.bind
1000 * added support for unix domain sockets in FastCGI
/mOS-networking-stack/core/src/
H A Dapi.c623 mtcp_socket(mctx_t mctx, int domain, int type, int protocol) in mtcp_socket() argument
634 if (domain != AF_INET) { in mtcp_socket()