Archive for the ‘Linux Dedicated server’ Category

Error pages are the pages which are displayed when the visitor does a mistake in entering the domain name in the browser. These error pages have to be made for website with the help of the control panel. If you have websites on a Linux Dedicated Servers then it is easy for you to customize the error pages. You can do this with the help of the cPanel control panel which is generally provided with Linux Dedicated server.
You can customize these error pages for your websites according to you which is preferred by many user as they do not want to show the odd looking error pages like 400 Bad request, 401 Authorization Required, 403 Forbidden, 404 Wrong page, 500 Internal Server Error etc. to the visitors who wish to visit their site and enter wrong URL or some incorrect information into the browser. You can customize the wierd looking error pages to the error pages which look good according to you.
To customize error pages just follow the steps given below :-
1) First click on the Error Pages link under the ‘Site Management’ header in cPanel.
2) After that click on the button of the required Error Page, such as the 500 button.
3) Now Enter the HTML code for the Error Page. You can use the buttons at the top of the page to insert variables into the displayed code.
4) Click on the ‘SAVE’ button.

[Post to Twitter] Tweet This

Zend Optimizer on a Dedicated Server Hosting

Zend Encoder and Zend SafeGuard Suite are some software’s which encode some files. Zend optimizer is a free application software which runs these files while boosting the running speed of PHP applications. Zend Optimizer is required by many scripts so that you can run the scripts on your server while decrypting and running them on the fly while increasing runtime performance.

http://www.zend.com/store/products/zend-optimizer.php

Installation of Zend optimizer :

Follow the steps given below to install Zend optimizer :-

1) First off grab a copy of the optimizer Linux glibc2.1to install it on your dedicated server. http://www.zend.com/store/free_download.php?pid=1

2) You will have to upload the file on your web server once you have downloaded the file locally. FTP to your server and upload it to a directory of your choice.

3) Now Uncompress/extract the file
tar zvfx ZendOptimizer*.tar.gz
cd ZendOptimizer-2.5.3-linux-glibc21-i386/

4) Now run the installer,
./install.sh

5) The welcome screen

6) The agreement

7) Where do you want to install Zend Optimizer?

8) Locate your php.ini file

9) Select Yes, chances are you are using Apache web server

10) Enter the location of where apache files are located

11) Zend changing your php.ini file location, make a note of this.

12) Restart your web server for the changes to take effect.

13) Apache should restart successfully.
Note:You may also restart Apache manually using # /etc/init.d/httpd restart

15) Please ensure that Zend Optimizer is working you can do the following in the shell.
php -v

16) After the installation is completed you can remove the directory.
cd to where the extracted Zend first.
rm –rf ZendOptimizer-2.5.3-linux-glibc21-i386

[Post to Twitter] Tweet This