Zend Optimizer - Knowledge Base Archives - Hivelocity Hosting https://www.hivelocity.net/kb/tag/zend-optimizer/ Dedicated Servers, Private Cloud & Colocation Fri, 26 Jan 2024 17:02:46 +0000 en-US hourly 1 https://wordpress.org/?v=6.6 How to install Zend optimizer on your server? https://www.hivelocity.net/kb/how-to-install-zend-optimizer-on-your-server/ https://www.hivelocity.net/kb/how-to-install-zend-optimizer-on-your-server/#respond Wed, 30 Jan 2013 13:50:09 +0000 https://kb.hivelocity.net/?p=10977 Below are the steps: Create a file “phpinfo” in an account: <? phpinfo(); ?> and check it using a browser, you should see, you have Zend Optimizer installed.   If not, you can opt for /scripts/easyapache or   Download Zend Optimizer from https://www.zend.com/store/free_download.php?pid=13 and install it on your server. Steps to install: # tar -zxvf …

How to install Zend optimizer on your server? Read More »

The post How to install Zend optimizer on your server? appeared first on Hivelocity Hosting.

]]>
Below are the steps:

Create a file “phpinfo” in an account:

<? phpinfo(); ?>

and check it using a browser, you should see, you have Zend Optimizer installed.

 

If not, you can opt for /scripts/easyapache or

 

Download Zend Optimizer from https://www.zend.com/store/free_download.php?pid=13

and install it on your server.

Steps to install:
# tar -zxvf ZendOptimizer-2[1].1.0a-Linux_glibc21-i386.tar.gz
# cd ZendOptimizer-2.1.0a-Linux_glibc21-i386
# ./install.sh

The post How to install Zend optimizer on your server? appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/how-to-install-zend-optimizer-on-your-server/feed/ 0
Common cPanel /Scripts https://www.hivelocity.net/kb/common-cpanel-scripts/ https://www.hivelocity.net/kb/common-cpanel-scripts/#respond Sat, 13 Nov 2010 22:47:15 +0000 https://kb.hivelocity.net/?p=1907 Solution Hello Guys! Here you can find some common cPanel scripts which are useful for the task given below. Common cPanel /Scripts Install Zend Optimizer /scripts/installzendopt Hostname A Entry Missing! /scripts/fixndc then restart bind and apache Install Cron on New Server /scripts/installrpm anacron vixie-cron ; /etc/rc.d/init.d/crond start Bandwidth issues /scripts/cleanbw /scripts/fixwebalizer (To fix problem in …

Common cPanel /Scripts Read More »

The post Common cPanel /Scripts appeared first on Hivelocity Hosting.

]]>
Solution

Hello Guys!
Here you can find some common cPanel scripts which are useful for the task given below.

Common cPanel /Scripts

Install Zend Optimizer /scripts/installzendopt
Hostname A Entry Missing! /scripts/fixndc then restart bind and apache
Install Cron on New Server /scripts/installrpm anacron vixie-cron ; /etc/rc.d/init.d/crond start
Bandwidth issues /scripts/cleanbw
/scripts/fixwebalizer (To fix problem in webalizer that stop updating stats)
/scripts/fixcommonproblems
/scripts/fixeverything
Fixing Mail List MailMan /usr/local/cpanel/bin/convertmailman2
Reinstall MailMan /scripts/reinstallmailman
Fix Permissions on accounts: /scripts/fixhome
Edit mySQL conf file: pico /etc/my.cnf
Edit php.ini: pico /usr/local/lib/php.ini
Edit Apache Conf: pico /etc/httpd/conf/httpd.conf
Checking Real Time Top Processes Login to SSH and run: top
Run cpanel backup /scripts/cpbackup
To try and fix domain controller: /scripts/fixndc

Quotas /scripts/initquotas – takes a while to run
/scripts/resetquotas
/scripts/fixquotas – takes a while to run

/scripts/adddns Add a Dns Entry
/scripts/addfpmail Install Frontpage Mail Exts
/scripts/addservlets Add JavaServlets to an account (jsp plugin required)
/scripts/adduser Add a User
/scripts/admin Run WHM Lite
/scripts/apachelimits Add Rlimits (cpu and mem limits) to apache.
/scripts/dnstransfer Resync with a master DNS Server
/scripts/editquota Edit A User’s Quota
/scripts/finddev Search For Trojans in /dev
/scripts/findtrojans Locate Trojan Horses
Suggest Usage
/scripts/findtrojans > /var/log/trojans
/scripts/fixtrojans /var/log/trojans
/scripts/fixcartwithsuexec Make Interchange work with suexec
/scripts/fixinterchange Fix Most Problems with Interchange
/scripts/fixtrojans Run on a trojans horse file created by findtrojans t

The post Common cPanel /Scripts appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/common-cpanel-scripts/feed/ 0
Install Zend Optimizer on Cpanel server https://www.hivelocity.net/kb/how-can-i-install-zend-optimizer-on-my-cpanel-server/ https://www.hivelocity.net/kb/how-can-i-install-zend-optimizer-on-my-cpanel-server/#respond Sat, 13 Nov 2010 21:37:26 +0000 https://kb.hivelocity.net/?p=1842 Solution Login into the server via ssh and run the following command: root@cpdemo [~]# /scripts/installzendopt This will start an ncurses based installer. The defaults should all be correct and you will only have to acknowledge each question.

The post Install Zend Optimizer on Cpanel server appeared first on Hivelocity Hosting.

]]>
Solution

Login into the server via ssh and run the following command:

root@cpdemo [~]# /scripts/installzendopt

This will start an ncurses based installer. The defaults should all be correct and you will only have to acknowledge each question.

The post Install Zend Optimizer on Cpanel server appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/how-can-i-install-zend-optimizer-on-my-cpanel-server/feed/ 0
How do I I install Zend on Linux? https://www.hivelocity.net/kb/how-do-i-i-install-zend-on-linux/ https://www.hivelocity.net/kb/how-do-i-i-install-zend-on-linux/#respond Sat, 13 Nov 2010 06:38:25 +0000 https://kb.hivelocity.net/?p=923 Download Zend optimizer compatible with the version of php on your server. Extract the downloaded tar file: tar -zxvf filename Run the set up by executing the install.sh file Restart httpd and zend will be now available on the server. Make sure to note the path of the php.ini file through phpinfo();

The post How do I I install Zend on Linux? appeared first on Hivelocity Hosting.

]]>
Download Zend optimizer compatible with the version of php on your server.

Extract the downloaded tar file:
tar -zxvf filename

Run the set up by executing the install.sh file

Restart httpd and zend will be now available on the server.

Make sure to note the path of the php.ini file through phpinfo();

The post How do I I install Zend on Linux? appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/how-do-i-i-install-zend-on-linux/feed/ 0