Directadmin installation Zend Optimizer garbled Solution

Source: Internet
Author: User

Today, I found a garbled php file with a password on a friend's website. Later I found that php uses zend optimizer encryption. We only need to install Zend Optimizer on the machine, I am using Directadmin. The following describes the installation steps.

A customer responded to the website garbled and used zend optimizer encryption. After checking the vps, they found that zend optimizer was not installed. After installation, the garbled problem can be solved.

 

The Code is as follows: Copy code
Cd/usr/local/directadmin/custombuild/
Vim./options. conf

Change zend = no to zend = yes, and then execute./build zend. The following prompt is displayed.

The Code is as follows: Copy code

 
[Root @ my2 custombuild] #./build zend
File already exists: ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz
Zend Optimizer has been installed.

Restart apache.

The Code is as follows: Copy code

 
[Root @ my2 ~] # Php-v
PHP 5.2.17 (cli) (built: May 22 2012 02:47:56)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
With Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.