Forum Moderators: phranque
I'm trying to change my server header output as per the "instructions" at:
[port80software.com...]
Supposedly, I can change and/or mask the headers like Sun's Java System Web Server does by default (but minus the $1500 price tag!)
I put the:
Header set Server "whatever"
right below:
ServerSignature On
in httpd.conf. Still, when I check the server response, it still lists:
Server: Apache/2.x... etc.
Am I doing something wrong here?