Gentoo Archives: gentoo-server

From: Matt Steven <matt@×××××××××.com>
To: gentoo-server@g.o
Subject: Re: [gentoo-server] version of php not correctly shown in http headers
Date: Tue, 16 Dec 2003 03:29:51
Message-Id: 200312161029.30697.matt@geniusweb.com
In Reply to: [gentoo-server] version of php not correctly shown in http headers by Raymond den Ouden
1 You are querying two different things, the shell interpreter and the apache
2 module are not the same thing...
3
4 Try "emerge -s mod_php" to clear up the confusion.
5
6
7 On Tuesday 16 December 2003 10:26 am, Raymond den Ouden wrote:
8 > Has anyone noticed that the version the http headers show do not match with
9 > the installed version???
10 >
11 > - HTTP headers
12 > Apache/1.3.27 (Unix) (Gentoo/Linux) DAV/1.0.3 mod_perl/1.27
13 > mod_ssl/2.8.12 OpenSSL/0.9.6i PHP/4.2.3
14 >
15 > - php -v
16 > PHP 4.3.3 (cli) (built: Dec 15 2003 01:25:31)
17 > Copyright (c) 1997-2003 The PHP Group
18 > Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies
19 >
20 > - emerge php -s
21 > * dev-php/php
22 > Latest version available: 4.3.3-r2
23 > Latest version installed: 4.3.3-r2
24 > Size of downloaded files: 3,625 kB
25 > Homepage: http://www.php.net/
26 > Description: PHP Shell Interpreter
27 >
28 > I think this not of much importance, but just noticed it
29 >
30 > Raymond

Replies

Subject Author
Re: [gentoo-server] version of php not correctly shown in http headers Raymond den Ouden <r.denouden@×××××××××.com>