home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / apach139.zip / OS2.README < prev    next >
Text File  |  1999-08-16  |  1KB  |  33 lines

  1.  
  2.   This is the source for Apache 1.3.9
  3.   with a binaries precompiled for platform OS/2.
  4.  
  5.   The binaries were compiled by Brian Havard <bjh@apache.org>
  6.   on a K6-2/300 platform running OS/2 v4
  7.   using EMX gcc version 0.9d.
  8.  
  9.   To use this binary you will need to have the EMX runtime installed. This can
  10.   be downloaded from ftp://hobbes.nmsu.edu/pub/os2/dev/emx/v0.9d/emxrt.zip
  11.  
  12.   
  13.   Quick guide to making it run
  14.   ============================
  15.   1) Create a directory called apache at the root of a drive and extract the
  16.      ZIP file into it.
  17.   2) With this directory as current, run "httpd"
  18.  
  19.   You should then be able to access the server which will show the test page and 
  20.   allow you to read the manual with your browser. You can shut it down again by 
  21.   pressing Ctrl-C.
  22.   
  23.   If you want to run Apache from a different directory then:
  24.   
  25.   1) Create the directory and extract the ZIP file into it.
  26.   2) Copy conf/httpd.conf-dist-os2 to conf/httpd.conf 
  27.   3) In conf/httpd.conf replace all occurances of @@ServerRoot@@ with the full
  28.      path of the new directory, using FORWARD slashes.
  29.   4) With this directory as current, run "httpd -d ."
  30.   
  31.   For some tips and other info on running Apache under OS/2 see 
  32.   http://silk.apana.org.au/apache/
  33.