[Resolved] How do I confirm LSWS in cPanel?

Status
Not open for further replies.
#1
Is there a way to confirm that my server is running LSWS? Can I confirm that my web host provider subscribes to LightSpeed?

Info:

I subscribe to a shared web hosting plan. My web host provider claims to be running LSWS. I only have access to cPanel; I do not have root or WHM access. My cPanel page shows the Apache, cPanel, MySQL, PHP, etc. versions, but nothing on LSWS.

cPanel.net can confirm cPanel/WHM and CloudLinux license at the following link. Is there something similar for LSWS?
http://verify.cpanel.net/
 

NiteWave

Administrator
#2
#curl -I youdomain.com
and check the Server response header.
for example:
Code:
#curl -I www.litespeedtech.com
HTTP/1.1 200 OK
Date: Sun, 03 May 2015 03:00:59 GMT
Server: LiteSpeed
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
X-Powered-By: PHP/5.4.38
Set-Cookie: ef494a422ded77b5b6110a583f62e599=971c4ab258ed6f765c52a3d94960856e; path=/; domain=litespeedtech.com; HttpOnly
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
Content-Type: text/html; charset=utf-8
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Sun, 03 May 2015 03:00:59 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
"Server: LiteSpeed" indicate web server is litespeed.
 
Status
Not open for further replies.
Top