Home
last modified time | relevance | path

Searched refs:backend (Results 1 – 21 of 21) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dfastcgi-10.conf87 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 Dfastcgi-responder.conf111 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 Dfastcgi-auth.conf109 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 Dfastcgi-13.conf104 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 Dbug-12.conf110 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 Dbug-06.conf108 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 Dproxy.conf90 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 Dlighttpd.conf102 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 Dlowercase.conf59 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 Dauthentication.txt147 ## 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 Dmagnet.txt322 -- 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 Dperformance.txt118 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 Dproxy.txt44 That can increase the performance of the backend servers
H A Dfastcgi.txt144 :"disable-time": time to wait before a disabled backend is checked
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DINSTALL77 - server.network-backend
111 - server.network-backend ("linux-sendfile")
142 - server.network-backend ("linux-sendfile")
H A DNEWS109 …* 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 Dlighttpd.orig.conf191 server.network-backend = "linux-sendfile"
H A Dlighttpd.conf198 server.network-backend = "linux-sendfile"
H A Dm-lighttpd.conf199 server.network-backend = "mtcp_writev"
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dnetwork.c601 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 Dlibtool.m44370 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4440 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'