previous |
start |
next
A look at the distribution files
ls ~/apache_1.3.9
ice% cd apache_1.3.9
ice% ls
ABOUT_APACHE Makefile.tmpl build.log icons
Announcement README cgi-bin install-bindist.sh
INSTALL README.NT conf logs
INSTALL.bindist README.bindist config.layout src
KEYS README.configure config.status
LICENSE WARNING-NT.TXT configure
Makefile bindist htdocs
cat README.bindist
ice% cat README.bindist
Apache 1.3.9 binary distribution
================================
This binary distribution is usable on a "alpha-dec-osf"
system and was built by "rmorgan@bet.covalent.net".
The distribution contains all standard Apache modules as shared
objects. This allows you to enable or disable particular modules
with the LoadModule/AddModule directives in the configuration file
without the need to re-compile Apache.
See "INSTALL.bindist" on how to install the distribution.
NOTE: Please do not send support-related mails to the address mentioned
above or to any member of the Apache Group! Support questions
should be directed to the "comp.infosystems.www.servers.unix"
or "comp.infosystems.www.servers.ms-windows" newsgroup
(as appropriate for the platform you use), where some of the
Apache team lurk, in the company of many other Apache gurus
who should be able to help.
If you think you found a bug in Apache or have a suggestion please
visit the bug report page at http://www.apache.org/bug_report.html
----------------------------------------------------------------------
Server version: Apache/1.3.9 (Unix)
Server built: Aug 16 1999 14:50:57
Server's Module Magic Number: 19990320:6
Server compiled with....
-D HAVE_MMAP
-D USE_MMAP_SCOREBOARD
-D USE_MMAP_FILES
-D USE_FLOCK_SERIALIZED_ACCEPT
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D HTTPD_ROOT="/usr/local/apache"
-D SUEXEC_BIN="bin/suexec"
-D DEFAULT_PIDLOG="logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/httpd.scoreboard"
-D DEFAULT_LOCKFILE="logs/httpd.lock"
-D DEFAULT_XFERLOG="logs/access_log"
-D DEFAULT_ERRORLOG="logs/error_log"
-D TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
-D ACCESS_CONFIG_FILE="conf/access.conf"
-D RESOURCE_CONFIG_FILE="conf/srm.conf"
----------------------------------------------------------------------
cat INSTALL.bindist
ice% cat INSTALL.bindist
Apache 1.3.9 binary installation
================================
To install this binary distribution you have to execute the installation
script "install-bindist.sh" in the top-level directory of the distribution.
The script takes the ServerRoot directory into which you want to install
Apache as an option. If you ommit the option the default path
"/usr/local/apache" is used.
Make sure you have write permissions in the target directory, e.g. switch
to user "root" before you execute the script.
See "README.bindist" for further details about this distribution.
Please note that this distribution includes the complete Apache source code.
Therefore you may compile Apache yourself at any time if you have a compiler
installation on your system.
See "INSTALL" for details on how to accomplish this.
previous |
start |
next