| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | compress.txt | 11 :keywords: lighttpd, compress 63 compress.allowed-encodings 68 compress.allowed-encodings = ("bzip2", "gzip", "deflate") 70 compress.cache-dir 75 compress.cache-dir = "/var/www/cache/" 79 compress.cache-dir = "/var/www/cache/docs.example.org/" 82 Default: not set, compress the file for every request 84 compress.filetype 89 compress.filetype = ("text/plain", "text/html") 98 compress.max-filesize [all …]
|
| H A D | Makefile.am | 4 compress.txt \ 42 compress.html \
|
| H A D | Makefile.in | 284 compress.txt \ 322 compress.html \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | mod-compress.conf | 29 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/" 31 compress.filetype = ("text/plain", "text/html") 33 compress.allowed-encodings = ( "gzip", "deflate" )
|
| H A D | lighttpd.conf | 73 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/" 75 compress.filetype = ("text/plain", "text/html") 237 compress.filetype = ()
|
| H A D | fastcgi-10.conf | 65 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/" 66 compress.filetype = ("text/plain", "text/html")
|
| H A D | fastcgi-responder.conf | 85 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/" 86 compress.filetype = ("text/plain", "text/html")
|
| H A D | fastcgi-auth.conf | 82 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/" 83 compress.filetype = ("text/plain", "text/html")
|
| H A D | fastcgi-13.conf | 80 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/" 81 compress.filetype = ("text/plain", "text/html")
|
| H A D | bug-12.conf | 82 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/" 83 compress.filetype = ("text/plain", "text/html")
|
| H A D | bug-06.conf | 80 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/" 81 compress.filetype = ("text/plain", "text/html")
|
| H A D | proxy.conf | 63 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/" 64 compress.filetype = ("text/plain", "text/html")
|
| H A D | SConscript | 25 mod-compress.t \ 26 mod-compress.conf \
|
| H A D | Makefile.am | 40 mod-compress.t \ 41 mod-compress.conf \
|
| H A D | prepare.sh | 23 mkdir -p $tmpdir/cache/compress/
|
| H A D | Makefile.in | 616 mod-compress.t \ 617 mod-compress.conf \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/ |
| H A D | compress.conf | 17 compress.cache-dir = cache_dir + "/compress" 22 compress.filetype = ("text/plain", "text/html")
|
| H A D | Makefile.am | 5 compress.conf \
|
| H A D | Makefile.in | 285 compress.conf \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_compress.c | 52 array *compress; member 94 array_free(s->compress); in FREE_FUNC() 172 s->compress = array_init(); in SETDEFAULTS_FUNC() 177 cv[1].destination = s->compress; in SETDEFAULTS_FUNC() 674 PATCH(compress); in mod_compress_patch_connection() 693 PATCH(compress); in mod_compress_patch_connection() 788 for (m = 0; m < p->conf.compress->used; m++) { in PHYSICALPATH_FUNC() 789 data_string *compress_ds = (data_string *)p->conf.compress->data[m]; in PHYSICALPATH_FUNC()
|
| H A D | lemon.c | 1356 static int compress = 0; local 1362 {OPT_FLAG, "c", (char*)&compress, "Don't compress the action table."}, 1455 if( compress==0 ) CompressTables(&lem);
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | configure.ac | 781 features="compress-gzip compress-deflate" 788 features="compress-bzip2"
|
| H A D | Makefile.in | 621 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
| H A D | NEWS | 276 …* Allow mod_compress to return 304 (Not Modified); compress ignores the static-file.etags option.(… 388 * remove compress cache file if compression or write failed (#1150)
|
| H A D | configure | 19430 features="compress-gzip compress-deflate" 19437 features="compress-bzip2"
|