Building a versatile host

  

There are a lot of websites on hand, because of the work relationship, we also have to deal with various websites often, and the difference in the language of the website creation is really troublesome, plus the North-South network. The reason prompted me to make up my mind to build a versatile host, so that local testing is much more convenient, and it doesn't have the same speed as waiting for a network snail.

Of course, there are already a lot of related tutorials on the Internet. I still wrote down the process of my own construction today, which may be useful for some friends

.

To build a versatile host, the first thing to install is iis. You can install iis6 under win2k, xp, 2003, vist. The

I chose is win2003, which is the server system, security. And stability is very good. Of course, compared to other operating systems, the installation of

is the same. After installing the system, open the Control Panel - Add /Remove Programs - Add /Remove Windows Components - check the box in front of the internet information service

iis, then all the way to the next, you will be asked to put the system installation CD in the middle, Put in the CD or customize the local installation file path

, it will be installed in less than 5 minutes. Some versions of the Windows installation CD may not have iis, you can use it here

http://down.cnzz.cn/Info/269.aspx, or

http://www.zaoxue.com/Soft/softdown/fuwuqilei/HTTPfuwuqi/IIS6Internetxinxifuwuqianzhuangwenjian.shtml

Once the installation is complete, you can start the internet information service iis manager in the Control Panel - Performance and Maintenance - Management tool.

To view the web service extension, click on "Active Server Pages", click on Allow on the left, click on "Include files on the server"

, click on Allow on the left, so that your The host can support asp;
View the web service extension, click "ASP.Net v1.1.4322", click on the left permission; (Note: windows2003 server

is installed by default. Net1 .1 frameset, so here is v1.1.4322. If you have manually installed or upgraded the .net framework yourself,

may not be the same here, but it doesn't matter, just select "ASP." Net..."Allow it." This way your host can also support

holding aspx.
Of course, you can't forget that there are still some options to be modified, otherwise your program will report an error:
Enable parent path support, right click on the website above the web service extension, view properties - home directory - Configuration - Options - Click to enable the parent path

path.
Don't forget to add index.asp, index.aspx, index.php and other

in the website properties, documents, and enable the default content document. You will default to the home page filename.
Next, download the Centuryinfo's netinfo.aspx "ASP.Net probe, if you need, you can also download, Ajiang ASP probe V 1.93 – 20060602, check if your environment is configured.


Now we are configuring the php environment. It is too much trouble to configure the php environment. I downloaded a phpstudy package directly, including

Apache+PHP+MySQL+Zend Optimizer+phpMyAdmin, download address

is: http://202.194.133.5/lixue/phpStudy140.exe, download, install, install, you must remember to choose iis&php,

Choose Apache, otherwise it can't be a versatile host. When Apache is running, iis can't run, port 80 is occupied. Then

the next step, it will be installed soon. We have to install it after loading. He configures, opens the iis manager, continues to look at the web service extension, see if

php5 is already allowed, if not, just allow it, and then allow all unknown isapi extensions. On the website above Click, belong to

sex, home directory, configuration, add, executable file is p Hpstudy installation path "G:\\Program

Files\\phpStudy\\PHP5\\php5isapi.dll" (The path is the same as your own, don't be the same as mine, I am installed on the g drive, according to < Br>

Your installation path is adjusted.) The extension is ".php" OK. Then click isapi filter, add, filter name or "php" can be

Execution file is just the file "G:\\Program Files\\phpStudy\\PHP5\\php5isapi.dll", after confirming, your host has been able to support php, download php probe, you can see your php environment!

Copyright © Windows knowledge All Rights Reserved