- go into your httpd.conf (example for redhax/centos: /etc/httpd/conf/httpd.conf)
- setting two apache directives: ServerTokens and ServerSignature . Basically to provide only a minimal amount of information we will set this in the main config to:
ServerTokens ProductOnly
ServerSignature Off
after this, restart your apache (/etc/init.d/httpd restart)
Also See:
No user commented in " Howto: Hide Apache server banner "
Follow-up comment rss or Leave a TrackbackLeave A Reply