Date: Tue, 18 Jun 2002 17:38:45 +0200 From: "Michael L. Hostbaek" <mich@freebsdcluster.org> To: lists@brenius.com Cc: Bill Moran <wmoran@potentialtech.com>, questions@FreeBSD.ORG Subject: Re: Quickest Command for v. of apache, php, etc. Message-ID: <20020618153844.GB93846@mich2.itxmarket.com> In-Reply-To: <002201c216dd$47c10210$7b01a8c0@afi> References: <001801c216d6$ed720440$7b01a8c0@afi> <3D0F4C2B.8010203@potentialtech.com> <002201c216dd$47c10210$7b01a8c0@afi>
next in thread | previous in thread | raw e-mail | index | archive | help
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) -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020618153844.GB93846>