Skip site navigation (1)Skip section navigation (2)
Date:      18 Jun 2002 10:40:41 -0500
From:      Larry Rosenman <ler@lerctr.org>
To:        "Michael L. Hostbaek" <mich@freebsdcluster.org>
Cc:        lists@brenius.com, Bill Moran <wmoran@potentialtech.com>, questions@FreeBSD.ORG
Subject:   Re: Quickest Command for v. of apache, php, etc.
Message-ID:  <1024414852.386.29.camel@lerlaptop>
In-Reply-To: <20020618153844.GB93846@mich2.itxmarket.com>
References:  <001801c216d6$ed720440$7b01a8c0@afi> <3D0F4C2B.8010203@potentialtech.com> <002201c216dd$47c10210$7b01a8c0@afi>  <20020618153844.GB93846@mich2.itxmarket.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2002-06-18 at 10:38, Michael L. Hostbaek wrote:
> 
> lists@brenius.com (lists) writes:
> > 
> > I was not the installer. Since the it must have been installed manually, what is the next > best way to figure out what version of Apache, php, mysql, etc. are installed?
> > 
> 
> You could do a php page, wit hthe following code:
> 
> # vi test.php
> --
> <?
> echo phpinfo();
> ?>
> 
> Viewing this page in a browser, should reveal php, apache and mysql
> versions... (php has to be functioning properly for this to work)

you don't need the echo, so the file becomes:

<? phpinfo(); ?>


> 
> -- 
> Best Regards,
> 	Michael Landin Hostbaek 
> 	FreeBSDCluster.org - an International Community
> 
> 	*/ PGP-key available upon request /*
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 
-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1024414852.386.29.camel>