Lenovo Computer Win7 How to successfully configure Appserv in the Ultimate Edition environment
Graduation design needs to use MySQL database, and want to find a convenient MySQL database programming development tools, Baidu Search, Appserv integrated Environment installation package can quickly build the environment.
The installation process is relatively simple
First, download the installation package, I downloaded is appserv 2.5.10 for Windows, recommend everyone to appserv official website http://www.appservnetwork.com/Download the installation package
Second, click the installation program, follow the instructions to install it all the way down
Attention:
1. Apache HTTP Service PHP Runtime Environment (required option)
3 MySQL database (required option)
3, PHP hypertextpreprocessor PHP compiler program (required option)
4, PHPMyadmin database management tools (Novice recommended installation)
Third, configure the server name, email, and HTTP service ports in Apache, server name is generally set to localhost or 127.0.0.1, the default port is: 80.
Iv. Configuring the MySQL service username and password in the Appserv the default administrative account for the MySQL service database is root, the default character set is UTF-8, you can modify the relevant character set encoding according to your needs, complete Click Install to start the installation.
According to the online tutorial said, after the installation is complete open the browser input http://localhost can pop up the configuration of the successful picture, as shown in,
However, Win7 flagship version, directly after installation is not successful Apache, but also the default startup of IIS to configure, to correctly run Apache (both are the same type of software, for the browser of the same interface, there must be conflict, this involves network knowledge ~ ~)
Install some Windows features first
Open the Control Panel, click Programs, and then tap turn Windows features on or off
After installation, search for IIS in the Start menu, select Internet Information Services (IIS) Manager
There are two ways to configure the APPSERV environment at this time.
The first type:
Configure the IIS environment, create a new Web site, and set the physical path of the Web site to the path of Appserv, which allows you to search the configuration of the IIS environment on the Web.
This method is a bit cumbersome, I started with this method, but there is a problem, that is, the opening of http://localhost may occur when the home page tampering, such as by hao123 and other web site tampering, so that the opening of the site is not Appserv interface, But hao123 and other Web site interface, this is very egg pain ~ ~ ~
So I tried the next method, and so far no tampering phenomenon ~ ~ ~ The experience is perfect.
The second type:
Open the Configuration dialog box for IIS, click Stop on the right column, and after a while, IIS will stop running.
If you enter http://localhost in the browser, you will see that the page cannot be accessed, indicating that no background server is running at this time
We reopen the Start menu and select Apache Install Service in the Add-remove Windows Service submenu under Appserv
After clicking Install successfully, enter http://localhost in the browser, that is, the Appserv related information page is displayed successfully.
I hope this little share can give a little help to the rookie like me ~ ~