[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Hide version of Apache, PHP, OpenSSL,.... to world
- Subject: Re: [cobalt-users] Hide version of Apache, PHP, OpenSSL,.... to world
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Tue Dec 19 16:55:43 2000
- Organization: Pomfret Computer Technologies
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Hi,
>
> Yup...restarted with this:
>
> /etc/rc.d/init.d/httpd.init restart
>
> several times...after each change because I was going through the list of
> options..:)
>
> nothing seems to work
>
> Diana
Just thought of something...
It might be that Netcraft caches values on server software lookups. Try the
following from a shell:
$ telnet www.yourdomain.com 80
after it replies:
Connected to www.yourdomain.com (1.2.3.4).
Escape character is '^]'.
Type:
GET / HTTP/1.0
<return>
<return>
The two returns above are important.
You'll see the raw source to your site printed out. Scroll up to the
headers of the output and check the "Server:" response there.
To make things easier, use "GET /x HTTP/1.0", substitute "x" for something
else if you by chance have a file called "x" hanging around on your site.
This will produce a shorter "404" response from the web server.
--
Brian Curtis