[Solved] Hide Server Signature on file loading

mt92

New Member
#1
if need to complete hide server info such as Litespeed php and etc
by this guide the server name has hided when loading document.
but when a file request send to server on the response header exsist litespeed server name
how can hide it also ?
 

mt92

New Member
#3
when access to home page
Code:
http://domain.com/
there are multiple type of data on chrome Devtools > Network > all
on document type server name not visible but for other resource like image, ico,etc...
server name come in response header
like below.
 

Attachments

NiteWave

Administrator
#6
I did a test on latest lsws 5.4.1 build 1, it works, all document, images and icon etc don't have "Server:" header at all.
which lsws version do you test on ?
have you confirmed it's not a browser cache issue ? you can try in another browser or in a incognito window.
 
Top