Win2k Apache supports ASP

xiaoxiao2021-03-06  45

When I was busy, I finally installed the Win32 version of IASP. Let's talk about the installation steps.

1 http://www.stryon.com/ download IASP Win32 version: IASP2.1.01.exe, about 10m.

2 Make sure your Win2000 Server has installed JDK, Apache. The coupon is:

Apache_1.3.27-win32-x86-no_src.exe

JDK140.exe

3 Double-click IASP2.1.01.exe to start installing. Once prompt to do it. Even the installation path is: C: / IASP2101

4 After the installation is complete, please configure IASP now. Of course, choose: Yes.

5 configuration:

Step 1: Agent Service (Proxy) Select: Instant ASP Native Servlet Support

Step 2: Web Server Select: Apache. (You can prompt it)

Step 3: Select the configuration file of Apache: The location of httpd.conf. Even: c: /apache@conf/httpd.conf

Version Select 1.3.2X (selected according to your Apache version).

Proxy: If you have a fixed IP, add your fixed IP. If not, then add: 127.0.0.1.

Port: This is an agent interface between Apache and IASP. Use the default (9098).

Server Manager Port: Remote management port, select the default (9095).

Step 4: The configuration is complete.

6 Description: IASP At the Apache profile httpd.conf finally added the following statement:

# =p setting loadmodule asp_module "c: /iasp2101/bin/apache/win32/1.3.20/IASP.DLL"

Alias ​​/ IASP "C: / IASP2101" IASPConfig Server "C: /iasp2101/properties/server.properties" IASPCONFIG RULES "C: /IASP2101/Properties/rules.properties"

7 Change the default homepage of Apache by changing httpd.conf:

DirectoryIndex Index.htm DirectoryIndex Index.php DirectoryIndex Index.asp

After the change is completed, save, restart Apache 8 Execute: Start -> Program -> Instant ASP 2.1.01-> Install IASP AS NT Service This is added to the Win2000 Server service. Execute: Start -> Program -> Instant ASP 2.1.01-> Start Instant ASP This is open immediately. Apache can support ASP!

Example: Index.asp is written in this sentence: <% response.write ("I successfully!"%>, Saved to Apache's web root directory.

Write in the browser: http: // Your IP: Apache port number / Enter, see "I succeed!" Your IASP is successful!

Execute: Start -> Program -> Instant ASP 2.1.01-> Start Admin You can also manage IASP via http: // your IP: 9095 login remote management. Default username password: admin.

转载请注明原文地址:https://www.9cbs.com/read-79529.html

New Post(0)