DURIAN - SERVER 2.0 Free version

Advance Pascal Script (DWS Extanded)

BACK TO INDEX

Installation

  1. Prepare your computer before install.
    1. Operating System  must be  Windows OS.  ( Win95,98,NT,2000,XP,ME )
    2. Web Server must be installed.
      Please use : Apache   or  MS Internet Information Server
    3. Test your  Web Server  click this   http://127.0.0.1/

  2. Download file: FreeDurian2.zip  
    Unzip to path  c:\durian\
  3. This are files in c:\durian\
    1. freeDurian.exe  is a  Durian Server.
    2. cgi2APS.exe    is a  CGI connector.
    3. lpng-px.dll, unzdll.dll, zipdll.dll   are  needed dynamic-linkage library.
    4. Demo [dir]  
    5. Doc [dir]   
       
  4. Open c:\durian\ and  run  freeDurian.exe.  You will see:



  5. Installation for IIS (Internet Information Server)
    1. Open  Internet Services Manager 
      In winNT, this program is in  the menu Options Pack.
      In Window2K, this program is in  the Administrative Tools .
    2. Open Default WebSite Properties
    3. Open Page  Home Directory  and click Configuration button.
      After that  click Add , a dialog below will be shown. Now enter text in each fields.
      • Executable :  C:\durian\cgi2APS.exe
      • Extension:  .aps   or .dws

      Click OK and close  Internet Services Manager.

  6. Installation for Apache Webserver
    1. Open file  "httpd.conf"
    2. Add this text in end of file  "httpd.conf"
                ScriptAlias /aps/  "c:/durian/"
                Action application/x-httpd-APS  "/aps/cgi2APS.exe"
                AddType application/x-httpd-aps .aps
                AddType application/x-httpd-aps .dws
                DirectoryIndex index.aps
                DirectoryIndex index.dws
      	
    3. Save file "httpd.conf".
    4. Restart Apache server.

  7. Testing 
    1. Run :  freeDurain.exe
    2. Copy folder "c:\durian\demo"  to your  wwwroot directory. 
      Example: c:\Inetpub\wwwroot\demo\
    3. Click this to test :   http://127.0.0.1/demo/index.dws