vote up 1 vote down star

Hello, I'm trying to install Apache with the version matching that of a specified server. Yet I'm stuck at finding the true version of the server given its HTTP response header:

Apache/2.0.63 (Unix) PHP/5.2.6 DAV/2 mod_ssl/2.0.63 OpenSSL/0.9.8

I've looked at the http://tomcat.apache.org/whichversion.html but it does not match. Apparently either the server is running a really old version or Apache has changed the version numbering.

Can somebody please help me clarify this. Many thanks.

flag

62% accept rate

2 Answers

vote up 1 vote down check

You're looking at two different things. Tomcat is a servlet container for Java servlets and JSP pages, not a general purpose HTTP server.

What you're looking for is the "real" Apache HTTP server.

link|flag
vote up 1 vote down

G'day,

As an aside, that is an old version of Apache though it is the latest stable release for the 2.0 version of the server.

The version of the latest stable release is 2.2.14.

cheers,

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.