Configuring and Managing MPE/iX Internet Services (July 2001)
164 Chapter9
Apache for MPE/iX
Major Components
programs and much more. Apache is highly
configurable and Apache’s config files determine how
the web server will behave.
htdocs/
The htdocs directory contains the public documents,
images, and data to be served to clients. The htdocs
directory and the directories below it are available to
anyone accessing your web server.
htdocs/manual/
This directory contains a full, on-line manual set
(HTML format) for Apache. These files describe the
entire Apache feature set and the syntax definitions for
configuring these features. Access to the manual
documents is specified with the URL,
http://yourserver.com/manual/index.html,
where “yourserver.com” is the name of your
HP e3000.
icons/
This directory contains images used by Apache.
include/
This directory contains the Apache C header files
required for compiling DSOs.
libexec/
By convention, this is the location for DSO modules.
logs/
The logs directory contains log files including web
server accesses (access_log) and errors (error_log).
man/
Location of the man pages for the Apache utilities in
bin/. To make these pages viewable with the man
command, add the man/ directory to your MANPATH
environment variable:
shell/iX>export MANPATH="/APACHE/PUB/man:$MANPATH"
shell/iX>man apxs
shell/iX>man htpasswd
proxy/
Directory where Apache caches documents when it is
operating as a proxy server.