home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Online / Apache / htdocs / webpage / ssl.shtml < prev    next >
Text File  |  2000-01-06  |  2KB  |  61 lines

  1. <HTML><HEAD>
  2. <TITLE>The Amiga Apache homepage</TITLE>
  3. </HEAD>
  4. <BODY BGCOLOR="FFFFFF">
  5.  
  6. <IMG SRC="images/sub.gif" ALIGN="RIGHT">
  7. <P>
  8. <BR>
  9. <BR>
  10. <BR>
  11. <BR>
  12. <center>
  13. <H1>Amiga Apache_1.2.5 SSL support!</H1>
  14. </center>
  15. SSL is for the Amiga Apache port highly experimental and only available for
  16. the 1.2.5 version of Apache. We are looking into the 1.3.3 version of Apache SSL,
  17. but it has no high priority. 
  18. <P>
  19. With the supplied diffs in the apache_1.2.5.amissl.tar.gz archive you are
  20. able to compile your own Amiga Apache SSL server. There is no binary
  21. release at this moment. 
  22. <P>
  23. Running Apache SSL is not for first time users of Apache, it is difficult
  24. to set up.
  25. <P>
  26. SSL for the 1.3 version is not available for the Amiga. If we find the time
  27. to do such a port, we will try :)
  28. <P>
  29. Making Amiga Apache SSL:
  30. <OL>
  31.  
  32. <LI>download the Apache 1.2.5 source from <A HREF="http://www.apache.org/dist">www.apache.org</A>
  33. <LI> download the SSLeay 0.8.1 archive from <A HREF="ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL/">ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL/</A>
  34. <LI> Extract SSLeay and add the following line to Configure:<P>
  35. "amigaos-gcc","gcc:-O2 -m68020 -m68881 -fomit-frame-pointer<BR>
  36. -resident32::RC4_CHAR DES_UNROLL DES_PTR:::",<P>
  37.  
  38. The most important part is the -resident32 part. Tailor the rest to your
  39. specifications.
  40.  
  41. <LI> Configure & Compile SSLEAY
  42.  
  43. <LI> extract apache_1.2.5
  44.  
  45. <LI> copy the apache_1.2.5.amissl.tar.gz archive to the apache_1.2.5 directory
  46. <LI> patch apache_1.2.5 with the following patch wich you can find in the <A HREF="files/apache_1.2.5.amissl.tar.gz">apache_1.2.5.amissl.tar.gz</A> archive.
  47. <LI> patch (<B>patch <SSLpatch -p1 -l</B>)
  48.  
  49. <LI> patch apache_1.2.5 with the apache_1.2.5_ssl.diffs file in the <A HREF="files/apache_1.2.5.amissl.tar.gz">apache_1.2.5.amissl.tar.gz</A> archive.
  50. <LI> (<B>patch <apache_1.2.5_ssl.diffs -p1 -l</B>)
  51.  
  52. <LI> Configure and compile apache_1.2.5
  53.  
  54. <LI> make a test certificate with: make certificate
  55.  
  56. <LI> enjoy yourself with configuring Apache :-)
  57. (The SSL server works a bit different, it needs its own SSLconf/conf directory.)
  58. </OL>
  59. </BODY>
  60. </HTML>
  61.