Code: Select all
[root @ CentOS7]$ vim /etc/httpd/conf/httpd.conf
Code: Select all
ServerTokens Prod
ServerSignature Off
Code: Select all
[root @ CentOS7]$ systemctl restart httpd
Code: Select all
[root @ CentOS7]$ vim /etc/httpd/conf/httpd.conf
Code: Select all
ServerTokens Prod
ServerSignature Off
Code: Select all
[root @ CentOS7]$ systemctl restart httpd