This by default the security in mandriva of Apache
Code:
[kkk@localhost www]$ telnet rinonapo.no-ip.info 80
Trying 82.48.161.11...
Connected to rinonapo.no-ip.info (82.48.161.11).
Escape character is '^]'.
info
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>501 Method Not Implemented</title>
</head><body>
<h1>Method Not Implemented</h1>
<p>info to /index.shtml not supported.<br />
</p>
<hr>
<address>Apache-AdvancedExtranetServer/2.0.53 (Mandrakelinux/PREFORK-9mdk) mod_ssl/2.0.53 OpenSSL/0.9.7e PHP/4.3.10 mod_perl/1.999.21 Perl/v5.8.6 Server at 127.0.0.1 Port 80</address>
</body></html>
Connection closed by foreign host.
[kkk@localhost www]$
I read that "The mod_headers module makes available Header and ErrorHeader. By using both of these directives with the "set" argument in the main server configuration section of Apache's httpd.conf, system administrators can ensure that the server will send the altered Server header value with all HTTP responses"
however in /etc/httpd/conf I didn't find the modules... how do i do it?????