Im running the latest version of Litespeed Web Server Enterprise v4.2.6 and I have a apache file that worked fine in apache, but is not working with Litespeed, I checked the headers and the server header is not removed and the new header X-WebServer is not added to the HTTP request. We need this since we are running litespeed in a cluster environment and need to see what server we are talking to.
/etc/httpd/conf.d/server-identify.conf
/etc/httpd/conf.d/server-identify.conf
Code:
<IfModule mod_headers.c>
Header always set X-WebServer "server1"
Header unset Server
</IfModule>
Last edited by a moderator: