Searched refs:backend (Results 1 – 21 of 21) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | fastcgi-10.conf | 87 auth.backend = "plain" 88 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user" 89 auth.backend.plain.groupfile = "lighttpd.group" 91 auth.backend.ldap.hostname = "localhost" 92 auth.backend.ldap.base-dn = "dc=my-domain,dc=com" 93 auth.backend.ldap.filter = "(uid=$)"
|
| H A D | fastcgi-responder.conf | 111 auth.backend = "plain" 112 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user" 113 auth.backend.plain.groupfile = "lighttpd.group" 115 auth.backend.ldap.hostname = "localhost" 116 auth.backend.ldap.base-dn = "dc=my-domain,dc=com" 117 auth.backend.ldap.filter = "(uid=$)"
|
| H A D | fastcgi-auth.conf | 109 auth.backend = "plain" 110 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user" 111 auth.backend.plain.groupfile = "lighttpd.group" 113 auth.backend.ldap.hostname = "localhost" 114 auth.backend.ldap.base-dn = "dc=my-domain,dc=com" 115 auth.backend.ldap.filter = "(uid=$)"
|
| H A D | fastcgi-13.conf | 104 auth.backend = "plain" 105 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user" 106 auth.backend.plain.groupfile = "lighttpd.group" 108 auth.backend.ldap.hostname = "localhost" 109 auth.backend.ldap.base-dn = "dc=my-domain,dc=com" 110 auth.backend.ldap.filter = "(uid=$)"
|
| H A D | bug-12.conf | 110 auth.backend = "plain" 111 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user" 112 auth.backend.plain.groupfile = "lighttpd.group" 114 auth.backend.ldap.hostname = "localhost" 115 auth.backend.ldap.base-dn = "dc=my-domain,dc=com" 116 auth.backend.ldap.filter = "(uid=$)"
|
| H A D | bug-06.conf | 108 auth.backend = "plain" 109 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user" 110 auth.backend.plain.groupfile = "lighttpd.group" 112 auth.backend.ldap.hostname = "localhost" 113 auth.backend.ldap.base-dn = "dc=my-domain,dc=com" 114 auth.backend.ldap.filter = "(uid=$)"
|
| H A D | proxy.conf | 90 auth.backend = "plain" 91 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user" 92 auth.backend.plain.groupfile = "lighttpd.group" 94 auth.backend.ldap.hostname = "localhost" 95 auth.backend.ldap.base-dn = "dc=my-domain,dc=com" 96 auth.backend.ldap.filter = "(uid=$)"
|
| H A D | lighttpd.conf | 102 auth.backend = "htpasswd" 105 auth.backend = "plain" 106 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user" 108 auth.backend.htpasswd.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.htpasswd" 181 auth.backend = "htpasswd"
|
| H A D | lowercase.conf | 59 auth.backend = "plain" 60 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user" 62 auth.backend.htpasswd.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.htpasswd"
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | authentication.txt | 147 ## type of backend 149 auth.backend = "htpasswd" 153 auth.backend.plain.userfile = "lighttpd-plain.user" 156 auth.backend.htpasswd.userfile = "lighttpd-htpasswd.user" 159 auth.backend.htdigest.userfile = "lighttpd-htdigest.user" 162 # the $ in auth.backend.ldap.filter is replaced by the 164 auth.backend.ldap.hostname = "localhost" 165 auth.backend.ldap.base-dn = "dc=my-domain,dc=com" 166 auth.backend.ldap.filter = "(uid=$)" 169 auth.backend.ldap.starttls = "enable" [all …]
|
| H A D | magnet.txt | 322 -- let the backend generate it 388 fastcgi.backend.php-foo.0.connected: 0 389 fastcgi.backend.php-foo.0.died: 0 390 fastcgi.backend.php-foo.0.disabled: 0 391 fastcgi.backend.php-foo.0.load: 0 392 fastcgi.backend.php-foo.0.overloaded: 0 393 fastcgi.backend.php-foo.1.connected: 0 394 fastcgi.backend.php-foo.1.died: 0 395 fastcgi.backend.php-foo.1.disabled: 0 396 fastcgi.backend.php-foo.1.load: 0 [all …]
|
| H A D | performance.txt | 118 The best backend is selected at compile time. In case you want to use 119 another backend set: :: 121 server.network-backend = "writev" 123 You can find more information about network backend in:
|
| H A D | proxy.txt | 44 That can increase the performance of the backend servers
|
| H A D | fastcgi.txt | 144 :"disable-time": time to wait before a disabled backend is checked
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | INSTALL | 77 - server.network-backend 111 - server.network-backend ("linux-sendfile") 142 - server.network-backend ("linux-sendfile")
|
| H A D | NEWS | 109 …* Fix HUP detection in close-state if event-backend doesn't support FDEVENT_HUP (like select or po… 162 * mod_fastcgi: don't disable backend if disable-time is 0 (fixes #1825) 193 * Fix mod_proxy RoundRobin (off by one problem if only one backend is up) 214 * Fix error message if no auth backend was set 270 * Do not pass Proxy-Connection: header from client to backend http server in mod_proxy (#1877) 344 …* fix auth.backend.ldap.bind-dn/pw problems (only read from global context for temporary ldap reco… 579 * fixed handling of 301 response-bodies from a mod_proxy backend 599 * fixed endless loops in mod_fastcgi if backend is dead 652 * added startup-time selectable network-backend 906 * added plain backend support for auth-digest [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/ |
| H A D | lighttpd.orig.conf | 191 server.network-backend = "linux-sendfile"
|
| H A D | lighttpd.conf | 198 server.network-backend = "linux-sendfile"
|
| H A D | m-lighttpd.conf | 199 server.network-backend = "mtcp_writev"
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | network.c | 601 network_backend_t backend; local 895 backend = network_backends[0].nb; 902 backend = network_backends[i].nb; 917 switch(backend) {
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 4370 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' 4440 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
|