Softaculous


Topic : How can I enable gzip compression in webuzo?


Posted By: tsvetanakos on January 23, 2015, 10:05 am
Hello, guys!

Can someone give me a guide on how to enable Gzip on .css and .js files?
At this momment my websites are moving really slow, as thereis a lot of javascript on them.

Can you guide me? :)

Posted By: valley on January 27, 2015, 6:40 am | Post: 1
What is the default webserver ? Apache / NGINX / Lighttpd ?

-----------------------
Webuzo : Single User Control Panel
Join Webuzo :
Facebook
Twitter


Posted By: alouty on February 4, 2015, 12:11 pm | Post: 2
Quote From : valley January 27, 2015, 6:40 am
What is the default webserver ? Apache / NGINX / Lighttpd ?

Hi, I am using Lighttp from webuzo. I would like to know how to setup compression.

Posted By: valley on February 6, 2015, 2:08 pm | Post: 3
You can find relevant information from the lighttpd configuration page on their documentation

-----------------------
Webuzo : Single User Control Panel
Join Webuzo :
Facebook
Twitter


Posted By: alouty on February 10, 2015, 4:10 pm | Post: 4
Quote From : valley February 6, 2015, 2:08 pm
You can find relevant information from the lighttpd configuration page on their documentation

I found many ref files but all of them different from webuzo's lighttpd compress_mod...

I used ref at:
http://www.cyberciti.biz/tips/lighttpd-mod_compress-gzip-compression-tutorial.html

Many files or their location not same. I even googled but no luck...

1) compress.cache-dir        = cache_dir + "/compress"

Do you know what  is dir for "cache_dir"?

2) Do I need to add  "mod_compress" in modules.conf?

server.modules = (
  "mod_access",
"mod_compress",
"mod_alias",
  "mod_auth",
  "mod_evasive",
  "mod_redirect",
  "mod_rewrite",
  "mod_setenv",
  "mod_usertrack",
  "mod_expire",
)

Do I need to uncomment #include "conf.d/compress.conf"?

Posted By: valley on February 11, 2015, 2:05 pm | Post: 5
Quote
Do I need to uncomment #include "conf.d/compress.conf"?


Uncomment the line and it should work well for you !!!
Hope this helps :)


-----------------------
Webuzo : Single User Control Panel
Join Webuzo :
Facebook
Twitter


Powered By AEF 1.0.8 © 2007-2008 Electron Inc.