home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / apac1319.zip / OS2.README < prev    next >
Text File  |  2001-02-19  |  1KB  |  35 lines

  1.  
  2.   This is the source for Apache 1.3.18
  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/450 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) If this is a fresh install (not an upgrade), copy 
  18.      conf/httpd.conf-dist-os2-preconfigured to conf/httpd.conf
  19.   3) With the /apache directory as current, run "httpd"
  20.  
  21.   You should then be able to access the server which will show the test page and 
  22.   allow you to read the manual with your browser. You can shut it down again by 
  23.   pressing Ctrl-C.
  24.  
  25.   If you want to run Apache from a different directory then:
  26.  
  27.   1) Create the directory and extract the ZIP file into it.
  28.   2) Copy conf/httpd.conf-dist-os2 to conf/httpd.conf 
  29.   3) In conf/httpd.conf replace all occurances of @@ServerRoot@@ with the full
  30.      path of the new directory, using FORWARD slashes.
  31.   4) With this directory as current, run "httpd -d ."
  32.  
  33.   For some tips and other info on running Apache under OS/2 see 
  34.   http://silk.apana.org.au/apache/
  35.