hi please Boys how i remove this header Apache/1.3.36 Unix mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7f look here http://toolbar.netcraft.com/site_report?url=http://www.howtoforge.com how ?
Did you restart Apache? Also note that when the toolbar.netcraft.com DID catch it with the Apache header, it will still show the info after adding Code: ServerSignature Off ServerTokens Prod I guess it will take some time to be removed again from the database..
Do you have an other domain pointing to that server? if so, try it. I've just done it, and one domain that I tested before the ServerSignature Off, ServerTokens Prod change, does still show all the info. An other domain (same server) that I did not tested before, does not show the info. It's aslo not showing the info when I remove the www infront of my domain (I did the 1st test with www) When I add the www, it does show the info (same domain)
Where did you check from? If you check from http://toolbar.netcraft.com/site_report?url=http://www.xxx.com It will be not changed header suddenly. try this firefox extension https://addons.mozilla.org/en-US/firefox/addon/60 view Information>View Response Headers
thanks mtuser,edge I understand what you means But they not effective i install firefox extension and it show Transfer-Encoding: chunked Date: Sat, 14 Jul 2007 20:53:54 GMT Content-Type: text/html Server: Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.6 X-Powered-By: PHP/4.4.6 Via: 1.1 proxy1 (NetCache NetApp/5.3.1R4) 200 OK
Remove Apache header Hi Enable the mod_header module Append the below directive within the header tag <IfModule mod_headers.c> Header unset Server RequestHeader unset Server </IfModule> it will remove the apache header