Mailing List Archive

Versions of software
What versions of apache, php and mysql is everybody using? I want to
include the most appropriate versions in the README.

Myself:
# ../bin/mysqld --version
../bin/mysqld Ver 4.0.0-alpha for pc-linux-gnu on i686

http://127.0.0.1/server-status
Server Version: Apache/1.3.20 (Unix) PHP/4.0.6

I suspect that my intermittent database problems have to do with the
4.0.0 mysql and its handling of fulltext indices. I'll downgrade
shortly.

Axel
Re: Versions of software [ In reply to ]
----- Original Message -----
From: "Axel Boldt" <axel@uni-paderborn.de>
To: <wikitech-l@nupedia.com>
Sent: Monday, February 18, 2002 5:51 AM
Subject: [Wikitech-l] Versions of software


> What versions of apache, php and mysql is everybody using? I want to
> include the most appropriate versions in the README.
>
> Myself:
> # ../bin/mysqld --version
> ../bin/mysqld Ver 4.0.0-alpha for pc-linux-gnu on i686
>
> http://127.0.0.1/server-status
> Server Version: Apache/1.3.20 (Unix) PHP/4.0.6

MySQL: Ver 3.23.47-max-debug for Win95/Win98 on i32

Apache: Apache for Windows 95/NT, Apache Version Apache/1.3.20, Apache
Release 10320100, Apache API Version 19990320

PHP: PHP Version 4.1.1, System Windows 95/98 4.10, Build Date Dec 30 2001,
Server API Apache

-- Jan Hidders
Re: Versions of software [ In reply to ]
Axel Boldt wrote:
> What versions of apache, php and mysql is everybody using? I want to
> include the most appropriate versions in the README.

The main server...

/usr/local/libexec/mysqld Ver 3.23.37 for pc-linux-gnu on i686

Server version: Apache/1.3.23 (Unix)
Server built: Feb 6 2002 21:27:43

(Also relevant is httpd -l:)

[root@ross /root]# /apache/bin/httpd -l
Compiled-in modules:
http_core.c
mod_env.c
mod_log_config.c
mod_mime.c
mod_negotiation.c
mod_status.c
mod_include.c
mod_autoindex.c
mod_dir.c
mod_cgi.c
mod_asis.c
mod_imap.c
mod_actions.c
mod_speling.c
mod_userdir.c
mod_alias.c
mod_rewrite.c
mod_access.c
mod_auth.c
mod_proxy.c
mod_setenvif.c
mod_fastcgi.c
mod_php4.c
suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec

And finally php

[root@ross /root]# php -v
4.0.4pl1

--Jimbo