home *** CD-ROM | disk | FTP | other *** search
- Installing Apache for OS/2
-
- Setting up a new installation:
- ==============================
-
- Install the EMX runtime per the included instructions in EMXRT.DOC.
-
- Unzip Apache to the root of the partition it will be running from with
- Info-Zip for OS/2.
-
- CD \
- unzip apachxxx.zip
-
- XCOPY the Apache distribution to the directory you will run from.
-
- XCOPY \apache_x.x.x\* \os2httpd /s /e
-
- Create the default configuration files by copying the distribution files.
-
- CD \os2httpd\conf
- COPY *.conf-dist *.conf
-
- Modify the configuration files as needed for your server setup. Refer to
- http://www.apache.org/docs/
- for details on configuration.
-
- Create the Apache folder and icons by running the makefolder.cmd command.
-
- CD \os2httpd\os2
- makefolder.cmd
-
- Upgrading from a previous installation:
- =======================================
-
- Make sure you have the currently required version of EMX. This can be check by
- running EMXREV from the directory where Apache is installed. Your output
- should be higher or equal to the following.
-
- EMX : revision = 50
- EMXIO : revision = 50
- EMXLIBC : revision = 50
- EMXLIBCM : revision = 50
- EMXLIBCS : revision = 52
- EMXWRAP : revision = 50
-
- NOTE: From version 1.1.1 to 1.1.3 the html documents directory was
- changed from "docs" to "htdocs" and "docs/apachedocs" was changed to
- "htdocs/manual".
-
- Make sure any files in the new html document directory will not overwrite
- or conflict with existing files that should not be overwritten. Such as the
- htdocs/index.html file.
-
- XCOPY the Apache distribution to the directory where Apache is current installed.
- For example:
-
- XCOPY \apache_x.x.x\* \os2httpd /s /e /v
-
- Compare your config files to the distribution config files to make sure you have
- all the currently required options. This can be done with
- GNU Diff per the following examples.
-
- diff -B -b -C3 httpd.conf httpd.conf-dist | more
- diff -B -b -C3 access.conf access.conf-dist | more
- diff -B -b -C3 srm.conf srm.conf-dist | more
-
- NOTE: The command line options to diff are case sensative.
-
- Update the Apache folder and icons by running the makefolder.cmd command.
-
- CD \os2httpd\os2
- makefolder.cmd
-
-