Server perfect setting scheme

  

server perfect settings, support asp php cgi jsp asp.net mysql!

First download the program we want to use:

php-4.3.0-installer download address: http://www.php.net/get/php-4.3.0-installer .exe/from/cn.php.net

mysql download address: http://www.onlinedown.net/mysql.htm

myodbc download address: http://www.onlinedown .net/myodbc.htm

Perl parsing software download address: http://www.onlinedown.net/activeperl.htm

phpmyadmin download www.baidu.com search! A lot of! I did not search! Sorry!

CLR runtime download address:
http://download.microsoft.com/download/.netframesdk/Redist/1.0/W98NT42KMeXP/EN-US/dotnetredist.exe

NET framework SDK131M download address:
http://download.microsoft.com/download/.netframesdk/SDK/1.0/W98NT42KMeXP/EN-US/setup.exe

MDAC2.7 download address http://Download.microsoft.com/download/dasdk/install/2.70/W98NT42KMe/en-us/mdac_typ.exe

jdk to java.sun.com download.

tomcatwww.chinaz.com to download

Step 1: Support asp
win98 to install pws! But what we are talking about is how to make win2000 support! As long as you are installing win2000, it is completely installed! Then iis is installed, with iis support asp! If iis is not installed! Then please click "Add/Remove Components" in the "Add/Remove Programs" in the Control Panel to install iis!

Step 2: Support php
First download a php parser! Install PHP. Execute the php-4.3.0-installer.exe installation prompt downloaded to the hard disk, we can press Enter. Select the PHP path, if it doesn't have much impact, don't change it (default c:), fill in the mail server, usually LOCALHOST, and send the email address. To let you choose what type of server to install, we are generally iis, so choose iis! After the installation is complete, 2 prompts will pop up, prompting you to take a look at the instructions. Generally, you can check it out. (You can also install php accelerator, zend! Install ZendOptimizer, you can get it for free on ZEND official website. After downloading, execute ZendOptimizer-2.0.0-Windows-i386.exe installation directory, generally do not change. PHP type, we know that we install The version is 4.2.3, so we choose, then prompt for the php.ini directory, win2000 is stored in c:winnt. Enter as required. Find php.ini, confirm the installation is successful) Then open: Start -> Program - "Administrative Tools -" Internet Service Manager - "Default Web Site - Right click - "Properties - "Home Directory -" change the execution license to script and executable program - "Configuration -" add, enter "in the executable program" c:phpphp.exe %s %s" write .php in the extension, apply! determine!
Add in isapi: filter name: php filter c: perlphp4ts.dll application! determine!
Now supports php! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !

Step 3: Support cgi:
Run after download! Choose the installation path: we generally install it at c:perl! Note that perl must be installed when installing the Leo Forum
Installed in c:! ! ! ! ! ! Always click on the next step! Until the installation is complete! Then open: Start -> Programs -> Administrative Tools -> Internet Service Manager - "Default Web Site - Right click - "Properties - "Home Directory -" change the execution license to script and executable program - "Configuration -" added, in In the executable program, type "c:perl?inperl.exe %s %s" and write it in the extension. cgi
Add again: "c:perl?inperl.exe %s %s" write in the extension In.pl
Add "c:perl?inperl.exe %s %s" again to write the .plx
app in the extension! determine!
Add in isapi: filter name: cgi filter c: perl? inperlis.dll application! determine!
Now supports cgi! ! ! ! ! ! Haha! Can be loaded with the Lei Ao Forum! ! ! ! ! !

Step 4: Support for asp.net(aspx):
ASP.NET is the next generation version of ASP3.0 (formerly known as ASP+)
But it is quite different from previous generations
First of all, you must download and install the .NET framework's execution environment. The official version 1.0 has been released
Download:
CLR runtime (English version) 20.4M
http://download.microsoft.com /download/.netframesdk/Redist/1.0/W98NT42KMeXP/EN-US/dotnetredist.exe
or .NET framework SDK (English version) 131M
http://download.microsoft.com/download/.netframesdk/SDK/1.0/W98NT42KMeXP/EN-US/setup.exe (preferably download this)
In addition to this you must also download MDAC2.7 (if you want to connect to the database) (Chinese version)
http://download.microsoft.com/download/dasdk/install/2.70/W98NT42KMe/en-us/mdac_typ.exe (Install this before installing .net framework sdk)
Operating system is best for win2000 and above
Details See:
http://www.microsoft.com/data/
http://msdn.microsoft.com/netframework/
http: //msdn.microsoft.com/downloads/default.asp
Direct installation is complete! ! ! Now! Your server supports aspx!

Step 5: Support mysql:
Run mysql installer! carry out! In the start of the run input: cmd appears dos system: enter
cd..,
cd..,
cd mysql,
cd bin,
mysqld-nt.exe --install ,
winmysqladmin.exe
Prompt for the administrator user and password, enter it and confirm! Enter the username and password to manage the mysql account in the future! You can also install the mysql driver myodbc, install it directly after downloading! Don't change the path! Installation is complete!
can be managed with phpmyadmin! (Manage on the webpage!) phpmyadmin is placed in your website directory. When you visit, you can use http://*.*.*.*/phpmyadmin to create an account and database! This supports the mysql database.

Step 6: Installation of jsp environment:
1. Download jdk1.3 and tomcat;
2. Install jdk1.3 and extract tomcat to c: root directory;
3. Go to the tomcat directory, find the startup.bat file, and open the editor.
Add two lines in front of the call tomcat start:
SET TOMCAT_HOME=c: omcat and SET JAVA_HOME=c:jdk1.3
Note: c:jdk1.3 is the location of jdk1.3 installation .
4. Then right click on "My Computer" and select Properties. Open the advanced options in the system properties, click "Environment Variables
", add two variables classpath and path in "User Variables" and "System Variables", their values ​​are: class
value of path c :jdk1.3?in ools.jar;C:jdk1.3libdt.jar
The value of path is c:jdk1.3?in;c:jdk1.3
5.Run the tomcat server (ie startup.bat) File), if there is a dos window that stays closed, and there are some running tomcat and initialization information, which proves that tomcat runs successfully.
6.ie enter 127.0.0.1:8080 in the address bar, if successful, there will be a welcome screen of tomcat, there are some examples of jsp and servlet, so the jsp environment is built!

In general, the more server languages ​​supported by any host, the more problems there are.

Copyright © Windows knowledge All Rights Reserved