I just upgraded the server to Apache 2.0 via the customapache script. The upgrade was a success, but now Apache is displaying too much about the server on error pages and on directory listing pages.
When one of these pages comes up, it displays this at the bottom of the page:
Apache/2.0.52 (Unix) mod_perl/1.99_17-dev Perl/v5.8.0 mod_ssl/2.0.52 OpenSSL/0.9.7a PHP/4.3.10 FrontPage/5.0.2.2634 Server at www.customerdomain.com Port 80
I have these lines in my httpd.conf, but it still is doing it:
ServerSignature off
ServerTokens Prod
Yes, Prod is the same as ProductOnly.
Anyway, what can I do?
Louie
When one of these pages comes up, it displays this at the bottom of the page:
Apache/2.0.52 (Unix) mod_perl/1.99_17-dev Perl/v5.8.0 mod_ssl/2.0.52 OpenSSL/0.9.7a PHP/4.3.10 FrontPage/5.0.2.2634 Server at www.customerdomain.com Port 80
I have these lines in my httpd.conf, but it still is doing it:
ServerSignature off
ServerTokens Prod
Yes, Prod is the same as ProductOnly.
Anyway, what can I do?
Louie