Home
last modified time | relevance | path

Searched refs:enabled (Results 1 – 12 of 12) sorted by relevance

/lighttpd1.4/
H A Dmeson.build21enabled -D with_dbi=enabled -D with_fam=enabled -D with_krb5=enabled -D with_ldap=enabled -D with_…
H A Dmeson_options.txt144 value: 'enabled',
156 description: 'extra warnings (only enabled with gcc/clang)',
H A DINSTALL163 build_dynamic is enabled by default in SConstruct and needs to be disabled for
H A DNEWS135 * [core] ignore config dir-listing.* if not enabled
550 * [core] thwart h2c smuggling when Upgrade enabled
701 * [core] recognize "enabled"/"disabled" for bool
1470 * [build] bzip2 default to not-enabled in build
2253 * [core] fix CONNECT w strict header parsing enabled
2589 * [mod_webdav] compile fix when locking not enabled
3021 * [mod_userdir] add userdir.active option, "enabled" by default
3556 * fixed large uploads if xattr is enabled
3889 * enabled sending errorlog to syslog again
3994 * enabled timestamp cache again
[all …]
H A Dconfigure.ac1803 $ECHO "enabled: "
1817 $ECHO "enabled: "
/lighttpd1.4/doc/outdated/
H A Ddirlisting.txt61 if enabled, does not list hidden files in directory listings generated
64 Default: enabled
111 Default: enabled
116 Default: enabled
126 Default: enabled
H A Dperformance.txt43 - list only the modules actually used and enabled in server.modules;
55 small files, but otherwise it is recommended to be left enabled
72 - server.follow-symlink = "enable" (default) should be left enabled. If such
121 if mod_indexfile is enabled
146 ETag generation (default enabled) is recommended for production use
185 * support for the HTTP/2 protocol (enabled by default in lighttpd 1.4.59) uses
H A Dconfiguration.txt279 Default: 80 (443 if ssl is enabled)
330 Default: enabled
451 Default: enabled
456 Default: enabled
H A Dwebdav.txt45 enabled for the directories you want to provide to the user.
H A Dauthentication.txt168 # if enabled, startTLS needs a valid (base64-encoded) CA
H A Dfastcgi.txt138 "disable". If enabled the server first check
344 not enabled by default in the distributions.
573 fastcgi.debug should be enabled for troubleshooting.
/lighttpd1.4/src/
H A Dmod_webdav.c391 unsigned short enabled; member
468 pconf->enabled = (unsigned short)cpv->v.u; in mod_webdav_merge_config_cpv()
625 if (!pconf.enabled) return HANDLER_GO_ON; in URIHANDLER_FUNC()
6055 if (!pconf.enabled) return HANDLER_GO_ON; in PHYSICALPATH_FUNC()