Archive for the tag 'Servers'

How to check mysqli support in cpanel servers.

The mysqli extension allows you to access the functionality provided by MySQL 4.1 and above. More information about the MySQL Database server can be found at » http://www.mysql.com/

To check if mysqli is installed run the following command.

/usr/local/bin/php -m | grep -i mysql

To install

# /scripts/easyapache

Select the package mysql improved from Exhaustive options list

To verify whether mysqli is installed

# /usr/local/bin/php -m | grep -i mysql

Stealth Servers common DNS server setups

Common DNS server setups (used when working with zones for registered domain names), Stealth Primary and Stealth Secondary. These are effectively the same as Primary and Secondary DNS servers, but with a slight organizational difference.

For example, you have 3 DNS servers; A, B and C.

A is the Primary, B and C are secondaries.

If you configure your registered domain to use A and B as your domain’s DNS servers, then C is a Stealth Secondary. It’s still a secondary, but it’s not going to be asked about the zone you are serving to the internet from A and B

If you configure your registered domain to use B and C as your domain’s DNS servers, then A is a stealth primary. Any additional records or edits to the zone are done on A, but computers on the internet will only ever ask B and C about the zone.

SBDavid

cPGS :: cPanel Game Servers

cPGS :: cPanel Game Servers

cPGS can be installed in WHM in the “Manage Plugins” section, remote servers can be installed after that using the remote server install feature in the “Gameserver Management” section of WHM.

cPGS won’t be officially supported until version 1.0.0.

This add on provides hosting companies the ability to offer popular game server hosting within the framework of cPanel®.What has been a traditionally tedious task has now been simplified for “point and click” simplicity.

Reference: http://cpgs.cpanel.net/

How to update Apache in Cpanel Servers?

The EasyApache (Apache Update) feature is responsible for updating Apache (along with other applications and libraries).

We must update Apache manually. Apache will not update when you run /scripts/upcp.

Find and use EasyApache:

WHM (in browser) Main >> Software >> EasyApache (Apache Update)

Command line /scripts/easyapache

Whenever you run EasyApache, you are prompted to select the version of Apache you wish to use. If you choose a new version number, EasyApache will update Apache accordingly. It may be important to check back frequently as new Apache builds become available.
Reference: http://cpanel.net

PCRE - Perl Compatible Regular Expressions on Cpanel Servers.

The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.

The latest release of the PCRE library is 8.10. You can download it from its official home via anonymous FTP:

ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/

ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.10.tar.gz

tar xvzf pcre-8.10.tar.gz
cd pcre-8.10
./configure
make
make install

More at the man page - http://www.pcre.org/pcre.txt

Next »