| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | SConstruct | 81 PackageOption('with_mysql', 'enable mysql support', 'no'), 82 PackageOption('with_xml', 'enable xml support', 'no'), 83 PackageOption('with_pcre', 'enable pcre support', 'yes'), 85 BoolOption('build_dynamic', 'enable dynamic build', 'yes'), 86 BoolOption('build_static', 'enable static build', 'no'), 88 BoolOption('with_sqlite3', 'enable sqlite3 support', 'no'), 90 BoolOption('with_fam', 'enable FAM/gamin support', 'no'), 91 BoolOption('with_openssl', 'enable memcache support', 'no'), 92 BoolOption('with_gzip', 'enable gzip compression', 'no'), 93 BoolOption('with_bzip2', 'enable bzip2 compression', 'no'), [all …]
|
| H A D | configure.ac | 13 dnl enable with --enable-silent-rules or make V=0 (needs automake >= 1.11) 182 AC_ARG_WITH(ldap, AC_HELP_STRING([--with-ldap],[enable LDAP support]), 518 AC_HELP_STRING([--enable-lfs],[Turn on Large File System (default)]), 522 *) AC_MSG_ERROR(bad value ${enableval} for --enable-lfs) ;; 560 *) AC_MSG_ERROR(bad value ${enableval} for --enable-ipv6) ;; 571 AC_DEFINE(HAVE_IPV6,1,[Whether to enable IPv6 support]) 583 *) AC_MSG_ERROR(bad value ${enableval} for --enable-mmap) ;; 610 AC_HELP_STRING([--enable-extra-warnings],[enable extra warnings (gcc specific)]), 623 AC_HELP_STRING([--enable-multithreading],[enable posix multi-threading support]), 707 AC_HELP_STRING([--enable-netmap],[Turn on Netmap support]), [all …]
|
| H A D | INSTALL | 81 -- set it to "enable" for better performance 105 $ ./configure --without-bzip2 CFLAGS="-O3" --enable-multithreading 136 $ ./configure --without-bzip2 CFLAGS="-O3 -DREUSEPORT" --enable-multithreading
|
| H A D | configure | 993 -enable-* | --enable-*) 1480 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1481 --enable-silent-rules less verbose build output (undo: "make V=1") 1483 --enable-dependency-tracking 1487 --enable-static[=PKGS] build static libraries [default=no] 1488 --enable-shared[=PKGS] build shared libraries [default=yes] 1489 --enable-fast-install[=PKGS] 1492 --enable-lfs Turn on Large File System (default) 1496 --enable-extra-warnings enable extra warnings (gcc specific) 1497 --enable-multithreading enable posix multi-threading support [all …]
|
| H A D | NEWS | 34 * Fix --enable-mmap handling in configure.ac 207 * Add option to enable TCP_DEFER_ACCEPT (fixes #1447) 281 …* Silenced the annoying "request timed out" warning, enable with the "debug.log-timeouts" option (… 292 * Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308) 339 * hide some ssl errors per default, enable them with debug.log-ssl-noise (#397) 394 …* workaround #1587: require userdir.path to be set to enable mod_userdir (empty string allowed) (C…
|
| H A D | config.h.in | 93 /* Whether to enable IPv6 support */
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | ssl.txt | 29 To enable SSL for the whole server you have to provide a valid 30 certificate and have to enable the SSL engine.:: 32 ssl.engine = "enable" 40 ssl.engine = "enable"
|
| H A D | webdav.txt | 57 To enable WebDAV for the /dav directory, you wrap your webdav options in 62 webdav.activate = "enable" 63 webdav.is-readonly = "enable"
|
| H A D | compress.txt | 57 #113). To enable compression for user dirs you have to create the directories 112 If you enable mod_compress, and you want to force clients to uncompress and display compressed text… 128 To compress dynamic content with PHP please enable :: 143 2.enable mod_setenv of your lighttpd:: 157 To compress dynamic content with TurboGears please enable :: 168 To compress dynamic content with Django please enable the GZipMiddleware ::
|
| H A D | dirlisting.txt | 31 To enable directory listings globally: :: 33 dir-listing.activate = "enable" 38 dir-listing.activate = "enable" 122 you have to enable dir-list.show-readme/header for this of course
|
| H A D | fastcgi.txt | 78 enable some debug output, 0 to disable it. 136 :"check-local": is optional and may be "enable" (default) or 226 To understand how the load-balancing works you can enable the 340 source to enable the FastCGI interface as it is normally 356 --enable-fastcgi \ 357 --enable-force-cgi-redirect \ 428 "broken-scriptfilename" => "enable" 433 but no ``PHP_SELF``. If you enable it, it turns around. To fix the 434 ``PATH_INFO`` `--enable-discard-path` needs a SCRIPT_FILENAME which is against the CGI spec, a 436 ``broken-scriptfilename => "enable"`` you get both.
|
| H A D | status.txt | 90 status.enable-sort 94 Default: enable
|
| H A D | configuration.txt | 35 <boolean>: ( "enable" | "disable" ) 134 dir-listing.activate = "enable" 152 ssl.engine = "enable" 467 debug.dump-unknown-headers = "enable" 505 mimetype.use-xattr = "enable"
|
| H A D | proxy.txt | 36 enable some debug output, 0 to disable it.
|
| H A D | simple-vhost.txt | 96 It will enable simple vhosting for all hosts other than ``news.example.org``.
|
| H A D | authentication.txt | 169 auth.backend.ldap.starttls = "enable"
|
| H A D | cml.txt | 169 We enable the power magnet: ::
|
| /mOS-networking-stack/scripts/ |
| H A D | configure.ac | 46 AS_HELP_STRING([--enable-dpdk], [Enable dpdk-16.04])) 55 AS_HELP_STRING([--enable-netmap], [Enable netmap])) 64 AS_HELP_STRING([--enable-psio], [Enable packetshader I/O]))
|
| H A D | configure | 827 -enable-* | --enable-*) 1302 --disable-option-checking ignore unrecognized --enable/--with options 1303 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1304 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1305 --enable-dpdk Enable dpdk-16.04 1306 --enable-netmap Enable netmap 1307 --enable-psio Enable packetshader I/O
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | ltoptions.m4 | 78 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared 162 # implement the --enable-shared flag, and supports the 'shared' and 168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], 216 # implement the --enable-static flag, and support the 'static' and 222 [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], 270 # implement the --enable-fast-install flag, and support the 'fast-install' 276 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/ |
| H A D | status.conf | 21 status.enable-sort = "enable"
|
| /mOS-networking-stack/ |
| H A D | setup.sh | 248 ./configure --enable-dpdk 251 ./configure --enable-pcap 254 ./configure --enable-netmap
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/vhosts.d/ |
| H A D | vhosts.template | 27 ssl.engine = "enable"
|
| /mOS-networking-stack/core/src/include/ |
| H A D | mtcp_api.h | 121 int enable; member
|
| /mOS-networking-stack/core/include/ |
| H A D | mtcp_api.h | 121 int enable; member
|