LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to include DeflateBufferSize for mod_deflate in http.conf (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-include-deflatebuffersize-for-mod_deflate-in-http-conf-624498/)

modpriest 02-28-2008 09:49 AM

how to include DeflateBufferSize for mod_deflate in http.conf
 
I have:

SetOutputFilter DEFLATE
BrowserMatch ^Mozilla/5\.0 text/html text/plain text/xml text/xhtml
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
SetEnvIfNoCase Request_URI \
\.(?:gif|jpe?g|png|exe|zip|rar|avi|mp3|mpe?g|bin|iso|z7|bmp|rm|torrent)$ no-gzip dont-vary
Header append Vary User-Agent env=!dont-vary

in my http.conf and is running fine!

but i unable to add DeflateBufferSize, DeflateCompressionLevel, DeflateMemLevel, or DeflateWindowSize in the conf. When i add it, the apache server hang!

Can anyone please teach me how to include them or how do i use them?

PLEASEEEEEEEEEEE :study: :study: :study:


All times are GMT -5. The time now is 12:50 AM.