home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / apacssl1.zip / README.txt < prev   
Text File  |  1999-04-08  |  3KB  |  75 lines

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