Zend Server is a professional PHP Web development application Server, some first contact and use this program friends may not understand the installation method, this article provides you with the Zend Server installation and configuration graphics tutorial, Welcome to read, and put forward their opinions and questions, we come to learn!
The first thing to download Zendserver software
: Http://www.zend.com/en/products/server/downloads
Run the installation file (Zendserver-ce-php-5.3.2-5.0.1-windows_x86.exe) to start the installation, please refer to my selection.
Do not change here, maintain the default selection can be
Click the browse button to change the installation directory to D drive
Change Web Server port to 85 to avoid conflicts with IIS
Installation completed because Zend Server has a profile encoding error, you need to make changes manually.
Open the D:program filesendendserveretcendenablerconf.xml file with Notepad.
Change <?xml version= "1.0" encoding= "UTF-8"?> to <?xml version= "1.0" encoding= "UTF-8"?>
Open Apache Service Monitor in Control Panel (right click on the first icon in the second row of the graph)
Restart Apache (click the Restart button)
Open the address in the browser http://localhost:10081/ZendServer/
You can also find the Zend Server shortcut in the Start menu to open the Zend server configuration interface to do the configuration
Tick the Consent Agreement form box.
Set a password for Zend server
Remove Email Notification selection
Enter the Zend server Control Panel after configuration is complete
Here is a reminder that the error handling and logging in the server Setup > directives are commonly used in future development.
The main function is to open or close the error message of PHP.
Zend Server Installation and configuration graphics tutorial