question regarding type of server

Status
Not open for further replies.

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
On free hosting we run the Litespeed web server on Linux. :)

Thank you,
 

theteamk

Member
Messages
94
Reaction score
1
Points
8
actually, I am trying to install gzip so that my website can work faster and the instructions are mentioned only for servers which run IIS or Apache
Can you guide me in this process?

Best Regards
 

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
Can you link me to the instructions so I can see if there's a way to port it over to litespeed?
 

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
Some points here...

1.> LiteSpeed is a Apache drop-in replacement - anything that works with Apache should work with LiteSpeed - with the same setup

2.> If you use PHP and view var - $_SERVER['HTTP_ACCEPT_ENCODING'] - you will see --> gzip,deflate,sdch - which tells you "gzip" is already setup on your free-hosting server

3.> When you look at the 'Response header' after loading a page in your browser from your x10hosting's free-hosting server - you will see...
Code:
Date: Sun, 02 Feb 2014 18:07:17 GMT
Content-Encoding: gzip
Server: LiteSpeed
X-Powered-By: PHP/5.4.17
Vary: Accept-Encoding
Content-Type: text/html
Connection: close
Content-Length: 707

200 OK

4.> why do you think you need to install gzip ? - do you receive errors ?
 
Last edited:

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
The point is - as I said in my above post - gzip is installed and working on your x10hosting free-hosting server
 
Last edited:
Status
Not open for further replies.
Top