Configuring and Managing MPE/iX Internet Services (August 2002)

Chapter 9
HP WebWise MPE/iX Secure Web Server
Major Components
147
htdocs/ This subdirectory contains the content that will be visible to browser users accessing your
web server. If a user specifies a URL of http://your.host.name/foo.html, HP WebWise MPE/iX
Secure Web Server will return the file called /APACHE/PUB/htdocs/foo.html.
icons/ This subdirectory contains the standard icons used in web pages generated by HP WebWise
MPE/iX Secure Web Server
include/ Symlink pointing to the /APACHE/CURRENT/include directory which contains the C
language header files required for compiling DSO modules.
libexec/ This subdirectory contains the mod_example sample DSO.
logs/ This subdirectory contains the server log files:
access_log Every browser access attempt will be logged here, for both regular HTTP and secure SSL
types of access.
error_log General server error conditions are logged here, typically configuration errors or CGI script
errors.
httpd.pid Contains the POSIX PID of the currently running HTTPD parent process. May be used with
the POSIX kill command to perform various administrative functions.
ssl_engine_log General SSL error conditions are logged here. Message with high importance are also
logged to the error_log.
ssl_request_log Every browser access attempt using the SSL protocol will be logged here, showing the
protocol, cipher, and URL being accessed.
man/ Symlink pointing to the /APACHE/CURRENT/man directory which contains man page
documentation about the HTTPD server program and the utilities in the bin subdirectory.
proxy/ This subdirectory contains the cached data if HP WebWise MPE/iX Secure Web Server is
being used as a caching proxy server.
ssl/ Symlink pointing to the /APACHE/CURRENT/ssl directory which contains various support
files for the openssl command line utility, including man page documentation.