I finally solved this problem. Now Apache version shows
the same version which is returned by 'httpd -v'.
/var/log/httpd/error_log shows:
[Wed Sep 26 22:10:38 2007] [notice] Apache/2.2.6 (Unix) DAV/2 mod_auth_kerb/5.3
mod_mono/1.2.1 PHP/5.2.2 mod_python/3.3.1 Python/2.5 mod_ssl/2.2.6
OpenSSL/0
Hi,
I checked apache environment variables using cgi script.
env-test.pl
#!/usr/bin/perl
print "Content-type: text/html\n\n";
foreach $key(keys %ENV) {
print "$key --> $ENV{$key}";
}
http://localhost/cgi-bin/env-test.pl
-
GEOIP_CO
> > I installed F7 and then upgraded to
>
> .. to what?
After fresh install F7 from CD, I did # yum update.
Before the fresh installation of F7, I had upgraded this PC
from FC5 to F7. This system showed Apache/2.2.0 in spite of
httpd-2.2.2-1.3 on FC5. I expected to be corrected it by upgradin
I installed F7 and then upgraded to
[EMAIL PROTECTED] ~]$ uname -ipr
2.6.22.5-76.fc7 i686 i386
[EMAIL PROTECTED] ~]$ httpd -v
Server version: Apache/2.2.6 (Unix)
Server built: Sep 18 2007 09:40:44
When I did:
apache-version.php
==
";
echo $_SERVER['SERVER_SOFTWARE'];
?>
http:/