With Debian3.1 and ISPC Default installation apache shows "Full" information about apache & co. I can't find the httpd.conf file where I can change Code: ServerTokens Full Where is it in ISCP? tom
This is not configured by ISPConfig, "ServerTokens Full" is the default setting in DEBIAN. Have you tried to add "ServerTokens Min" to your httpd.conf and restarted your httpd?
If it's not in your Apache configuration, you must manually add the ServerTokens directive and restart Apache.
If you want to hide Apache information, you just have to change these lines (or add them if they aren't there already) in your apache config. Code: ServerSignature Off ServerTokens Prod ServerSignature controls server information that is displayed on apache generated pages. Like error pages. ServerTokens controls the Server header string. ra1