linux server
How to install PECL uploadprogress
Posted Mon, 05/04/2009 - 3:11pm
On Linux server:
# cd /usr/local/src/get the latest version http://pecl.php.net/package/uploadprogress# tar xvfz uploadprogress-VERSION.tgz# cd uploadprogress-VERSION-
# export PHP_PREFIX="/usr/local"
# $PHP_PREFIX/bin/phpize
# ./configure
# make
# make install - open your php.ini
e.g.# vi /usr/local/lib/php.iniadd the line you received followed by "uploadprogress.so":
extension=/usr/local/lib/php/extensions/no-debug-non-zts-20060613/uploadprogress.so # service httpd restart
chattr (in /usr/sbin)
Posted Fri, 04/17/2009 - 10:55am
If something refuses to run, try:
chattr -R -suSiadAc /usr/sbin
Example: if dovecot doesn't run or install/upgrade, try doing...
whoami
lsattr /usr/sbin/dovecot
New Server Checklist for directadmin (2009)
Posted Thu, 01/08/2009 - 7:17pm
-Add all your ips in directadmin under "IP management"
(and assign 2 ips to admin)
http://xx.xxx.xxx.xxx:2222/CMD_IP_MANAGER
-Register nameserver at registrar
New Server Checklist
Posted Wed, 08/01/2007 - 10:01am
source: http://directadmin.com/forum/showthread.php?t=65&highlight=hostname