Jump to content
MDDHosting Forums

Drupal 7 + LiteSpeed, problem with "Aggregate JavaScript files"


bmalen

Recommended Posts

I enabled "Aggregate JavaScript files" in my Drupal 7 website but this produced a problem with javascript.

 

I checked the HTTP response of one of the javascript files and it appeared that it was getting compressed twice:

 

Content-Encoding: gzip
Content-Type: application/x-gzip

 

So I guess Drupal is compressing the file then LiteSpeed is compressing it again.

 

I edited my .htaccess (generated by Drupal) and commented everything under "Rules to correctly serve gzip compressed CSS and JS files."

 

This seemed to fix things. I checked the HTTP response again, all looks good:

 

Content-Encoding: gzip
Content-Type: application/javascript

 

This is as much as I could find on the issue http://drupal.org/node/986558

 

I am no expert on this issue and I can't find any clear instructions, so I am not sure if what I did is the "correct" way to fix the problem. If anyone else is running Drupal on LiteSpeed and has come across this issue, I would appreciate your feedback.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...