home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / apachssl.zip / README.txt < prev   
Text File  |  1999-01-23  |  3KB  |  72 lines

  1. ===============================================================================
  2. Apache SSL for OS/2                                                 20-Jan-1999
  3. ===============================================================================
  4.  
  5. Introduction
  6. ============
  7.  
  8. This is Apache 1.3.4 Webserver with SSL 0.81b.  I compiled it basing on the
  9. source codes downloaded from www.apache.org and SSLeay sites. The server
  10. works fine in my OS/2 Aurora preview and OS/2 Warp Server Advanced 4.0
  11. (Fixpack 38, MPTS8424 and TCPIP00959) with IBM Java 1.1.7a.
  12.  
  13. Extra Features Compiled in
  14. ==========================
  15. -- HTTP and FTP proxies
  16. -- 128 bit SSL support with SSLeay0.81b
  17. -- Servlet support with JServ 1.0b2
  18. -- Java servlet SSI support
  19. -- User authentication using mSQL database
  20. -- User authentication using GDBM
  21.  
  22. Packages in This Zipped File
  23. ============================
  24. There are two packages in the zipped file. One is mSQL 2.0.41 for OS/2 and
  25. the other is Apache SSL.
  26.  
  27. Installation
  28. ============
  29. 1. mSQL
  30. Unzip mSQL.zip file on root directory of a HPFS or JFS partition, make sure
  31. that the directory tree is maintained.
  32. 2. Apache SSL
  33. Unzip ApacheSSL.zip file on root directory of a HPFS or JFS partition, make
  34. sure that the directory tree is maintained.
  35. 3. Configuration
  36. The Apache SSL is compiled with default user authentication using mSQL. The
  37. database is named "UserBase" and the table containing users is "userpassword",
  38. whose structure can be viewed by "SELECT" SQL statement after the mSQL daemon is
  39. started(Just execute dbStart.cmd in dir \Database\mSQL\bin).
  40. The config files in dir \OS2Httpd\conf must be modified in accordance with
  41. your environment. The config files given here adaptive to my computer
  42. environment:
  43. -- OS:  OS/2 Warp Server for e-business preview(Aurora)
  44. -- TCPIP: 4.21, DDNS is running
  45. -- Domain: ygd.tongji.edu.cn, Netmask: 255.255.255.0
  46. -- Host name: dehua, IP: 202.120.182.10
  47. -- Virtual hosts: java.ygd.tongji.edu.cn/202.120.182.101
  48.                   data.ygd.tongji.edu.cn/202.120.182.100
  49. -- JDK: h:\java11                  
  50. -- EMX: version 0.90d
  51. Each line  in config file "jserv.properties"(Only this file) must be ended LF
  52. without RTN, you can use special editors to edit it or use some convertors like
  53. "flip.exe" to strip RTN from the file after edited using ordinary OS/2 editors.
  54.  
  55. Running
  56. =======
  57. 1. mSQL daemon. Execute "dbStart.cmd" in dir /Database/mSQL2/bin
  58. 2. Apache SSL. Execute "httpsd.exe" in dir /OS2Httpd/os2
  59. 3. Start a browser pointing to URL "http://<your host>", you should see the
  60.    "index.html" document in dir /OS2Httpd/public/htdocs.
  61. 4. Click the hyperlinks to test user authentication, servlet and SSL functions.
  62. 5. You can generate you own key and certificate by using makecert.cmd with
  63.    necessary modifications.
  64.    
  65. Notice
  66. ======
  67. I promise nothing by using this software. It is your own business when something
  68. goes wrong.
  69.  
  70. D. Yang
  71. yangdh@online.sh.cn
  72.