Shared Server List: Difference between revisions

From Cheatsheet
Jump to navigation Jump to search
No edit summary
No edit summary
Line 28: Line 28:
PHP4 SAPI: none
PHP4 SAPI: none
PHP5 SAPI: dso
PHP5 SAPI: dso
SUEXEC: enabled</pre>
SUEXEC: enabled
 
[root@adama ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda7            2.0G  439M  1.5G  23% /
/dev/sda1            1012M  45M  916M  5% /boot
none                  2.0G    0  2.0G  0% /dev/shm
/dev/sda8            121G  55G  60G  49% /home
/dev/sda6            2.0G  37M  1.9G  2% /tmp
/dev/sda2            9.9G  4.6G  4.8G  50% /usr
/dev/sda5            9.9G  7.5G  1.9G  80% /var
/tmp                  2.0G  37M  1.9G  2% /var/tmp
</pre>
<hr>
<hr>



Revision as of 19:37, 9 August 2010

Shared server types List

This will contain the Apache version, php version and handler and Mysql version for every shared server that we have. I will try to update it regularly.






Adama

Apache/1.3.42
Mysql version: 5.0.90

[root@adama ~]# php -v
PHP 5.2.13 (cli) (built: May  7 2010 15:22:24)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with the ionCube PHP Loader v3.3.14, Copyright (c) 2002-2010, by ionCube Ltd., and
with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies

[root@adama ~]# /usr/local/cpanel/bin/rebuild_phpconf --current
Available handlers: dso cgi none
DEFAULT PHP: 5
PHP4 SAPI: none
PHP5 SAPI: dso
SUEXEC: enabled

[root@adama ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda7             2.0G  439M  1.5G  23% /
/dev/sda1            1012M   45M  916M   5% /boot
none                  2.0G     0  2.0G   0% /dev/shm
/dev/sda8             121G   55G   60G  49% /home
/dev/sda6             2.0G   37M  1.9G   2% /tmp
/dev/sda2             9.9G  4.6G  4.8G  50% /usr
/dev/sda5             9.9G  7.5G  1.9G  80% /var
/tmp                  2.0G   37M  1.9G   2% /var/tmp

Aerelon