Greetings, We’re going to bring online your new corperate machine, which we run WHM to the simplicity of losing to manually set up everything up ourselfs. You’ll find purchased a fresh server with a good SSD because now our MySQL is killing the computer I/O of some of our current server. Our brand-new servers setup [...]
Posts Tagged ‘Lib’
I Need Help Optimizing My Server For phpfox
***If this really is posted in a different area, please direct me to exactly where I should post this. *** I possess a quad core, 8gb good old ram, 1tb in raid, at 100mbit/sec connect ApacheNginxXcache I’m viewing ridiculous load averages, and there’s exclusively 50-100 members on the website, so this is odd, considering I’ve [...]
Separate MYSQL database server? Help please!
Hi guys, I hosted 20++ websites, I’m using wordpress, coppermine, VBulletin and also IPB board for my sites WE hosted. As I’m typing this our sites are continue to down. Last than Few months I purchased some sort of server, I don’t have this issues with the server before. This particular issues only present themselves [...]
[Fedora Core 5] Lighttpd & PHP 4.4.6 install
I was getting a bit annoyed with apache and the amount of ram it was using on my 256mb VPS so decided to remove it and heres what I did to make my VPS fly Firstly remove apache: Quote:yum remove httpdIt will ask you to remove php also, you need todo this so choose yes. [...]
HOW TO: Install IonCube Loader
There will be a time when you need IonCube loader in order to run PHP scripts encoded with IonCube. So here’s a quick guide which will tell you how to install IonCube loader using SHELL. Root Shell Access to your server. Download the loader suitable for your server from here: http://www.ioncube.com/loader_download.php. Unpack the binary file [...]
How to install red5 properly with Common TROUBLESHOOTING
Red5 Installation In centos 5.6 32/64bit INSTALL JAVACode: yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel INSTALL ANT Code: cd /root/tmpwget http://apache.mirrors.pair.com/ant/binaries/apache-ant-1.8.2-bin.tar.gztar jxvf apache-ant-1.8.2-bin.tar.bz2mv apache-ant-1.8.2 /usr/local/ant EXPORT VARIABLES FOR ANT AND JAVA Code: export ANT_HOME=/usr/local/antexport JAVA_HOME=/usr/lib/jvm/javaexport PATH=$PATH:/usr/local/ant/binexport CLASSPATH=.:$JAVA_HOME/lib/classes.zipecho ‘export ANT_HOME=/usr/local/ant’ >> /etc/bashrcecho ‘export JAVA_HOME=/usr/lib/jvm/java’ >> /etc/bashrcecho ‘export PATH=$PATH:/usr/local/ant/bin’ >> /etc/bashrcecho ‘export CLASSPATH=.:$JAVA_HOME/lib/classes.zip’ >> /etc/bashrc INSTALL SVNCode: yum install [...]