Home
last modified time | relevance | path

Searched refs:compress (Results 1 – 25 of 25) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dcompress.txt11 :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 DMakefile.am4 compress.txt \
42 compress.html \
H A DMakefile.in284 compress.txt \
322 compress.html \
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dmod-compress.conf29 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
31 compress.filetype = ("text/plain", "text/html")
33 compress.allowed-encodings = ( "gzip", "deflate" )
H A Dlighttpd.conf73 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
75 compress.filetype = ("text/plain", "text/html")
237 compress.filetype = ()
H A Dfastcgi-10.conf65 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
66 compress.filetype = ("text/plain", "text/html")
H A Dfastcgi-responder.conf85 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
86 compress.filetype = ("text/plain", "text/html")
H A Dfastcgi-auth.conf82 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
83 compress.filetype = ("text/plain", "text/html")
H A Dfastcgi-13.conf80 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
81 compress.filetype = ("text/plain", "text/html")
H A Dbug-12.conf82 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
83 compress.filetype = ("text/plain", "text/html")
H A Dbug-06.conf80 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
81 compress.filetype = ("text/plain", "text/html")
H A Dproxy.conf63 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
64 compress.filetype = ("text/plain", "text/html")
H A DSConscript25 mod-compress.t \
26 mod-compress.conf \
H A DMakefile.am40 mod-compress.t \
41 mod-compress.conf \
H A Dprepare.sh23 mkdir -p $tmpdir/cache/compress/
H A DMakefile.in616 mod-compress.t \
617 mod-compress.conf \
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/
H A Dcompress.conf17 compress.cache-dir = cache_dir + "/compress"
22 compress.filetype = ("text/plain", "text/html")
H A DMakefile.am5 compress.conf \
H A DMakefile.in285 compress.conf \
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_compress.c52 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 Dlemon.c1356 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 Dconfigure.ac781 features="compress-gzip compress-deflate"
788 features="compress-bzip2"
H A DMakefile.in621 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
H A DNEWS276 …* 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 Dconfigure19430 features="compress-gzip compress-deflate"
19437 features="compress-bzip2"