Best way to check for services for multiple server

dannygoh

Verified User
Joined
Feb 9, 2004
Messages
368
Location
Malaysia
Hi,

I own a few DA servers. I only own a typical account in 1 of the server.

Today I update customapache to the latest and how do I test other servers package is running fine.

My package including, apache, zend, perl, cgi, curl, gd and etc, etc.

Is there a single page to test all the package above is running especially php + zend. I dont my client to complain of the above package is uncompatible (I got few incompatible issue in the past)
 
gcypher said:
try # php -m and see what it gives you

[root@get03 ~]# php -m
[PHP Modules]
bcmath
calendar
ctype
curl
domxml
ftp
gd
gettext
iconv
imap
ionCube Loader
mbstring
mcrypt
mhash
mysql
openssl
overload
pcre
posix
session
sitebuilder
sockets
standard
tokenizer
xml
xslt
Zend Optimizer
zip
zlib

[Zend Modules]
Zend Extension Manager
Zend Optimizer
the ionCube PHP Loader

It shows all the module. Is they will work for real scripts?
 
Back
Top