[root@kvm6 www]# curl -s http://kvm6.deyu.wang/abc | sed -e 's/<[^>]*>//g' -e '/^$/d' 301 Moved Permanently Moved Permanently The document has moved here. Apache/2.2.15 (Red Hat) Server at kvm6.deyu.wang Port 80
[root@kvm6 www]# grep '^Server[TS]' /etc/httpd/conf/httpd.conf ServerTokens Prod ServerSignature Off
[root@kvm6 www]# /etc/init.d/httpd reload Reloading httpd:
[root@kvm6 www]# curl -s http://kvm6.deyu.wang/abc | sed -e 's/<[^>]*>//g' -e '/^$/d' 301 Moved Permanently Moved Permanently The document has moved here.