On litespeed webserver,seem Boost don't work with .htaccess.When i run site,it only index with symbol:
�������
See:http://174.120.219.172/
I'm use litespeed 4.0.1 EE
Anyone try this?
On litespeed webserver,seem Boost don't work with .htaccess.When i run site,it only index with symbol:
�������
See:http://174.120.219.172/
I'm use litespeed 4.0.1 EE
Anyone try this?
Comments
Comment #1
mikeytown2 commentedDouble gzip encoding. Either disable gzip on the server side or disable it on the Drupal side.
Comment #2
rokape commentedThanks....So should i disable on server or drupal is better?
Comment #3
entr3p commentedFrom what I've read, it's better to disable it on the server so that the load instead falls on Drupal then on the server.
Comment #4
mikeytown2 commentedIt really depends on your setup if one is better then the other. If you could benchmark it that would be ideal. My *guess* is to enable gzip on the drupal side and disable gzip on the server side.
Close this issue if this answers all your questions; if not then keep asking.
Comment #5
rokape commentedI disable in server but it said error...In apache it work okie...
Comment #6
rokape commentedSeem Boost don't work fine on litespeed.....
Comment #7
mikeytown2 commentedtry the simpler rules that I made for IIS, see if lightspeed can read them #615474: Support for IIS 7
Comment #8
Peach_pong commentedIt is working for me! Thanks a lot, Boost Drupal on LiteSpeed server, hurray!
Comment #9
kharonturk commentedThanks It's fine... (litespeed)
Comment #10
webservant316 commentedIf Litespeed truly works with boost, maybe it can be added the list of supported webservers on the homepage of the project. And if there are specific configuration instructions for Litespeed could they be added to the INSTALL.txt or README.txt.
Changing priority to normal since this doesn't seem to be critical anymore. Thanks!
Comment #11
bgm commented@ webservant316: can you create a handbook page?
Boost D6 handbook: http://drupal.org/node/545664
Boost D7 handbook: http://drupal.org/node/1434362
Ideally, as for Boost D7 IIS installation, create a new handbook page.
Comment #12
webservant316 commentedI'd love to, but actually since my web serves random content to anonymous users on the sidebar I cannot use Boost. If Boost ever designs a way to handle that I'll be back on board. So since I am not a Boost user, maybe you can find a better candidate.
As an aside I did switch from Apache to Litespeed and it works great and is noticeably faster.
Comment #13
bgm commentedOK, thanks for the feedback. I'll close this issue for now. I'd rather not promote it too much unless someone can provide support, but people can easily find this thread if they google it.
Comment #14
mikeytown2 commented@webservant316
http://drupal.org/project/views_javascript_random and/or http://drupal.org/project/esi should allow for random content to anonymous users while using a full page cache (like boost or what's in core).
Comment #15
webservant316 commentedinteresting. I'll check it out.