Additional Resources - Red Hat ENTERPRISE LINUX 3 Reference Manual

Hide thumbs Also See for ENTERPRISE LINUX 3:
Table of Contents

Advertisement

156
One aspect of SSL enhanced HTTP transmissions is that they are more resource intensive than the
standard HTTP protocol, so a secure server cannot serve as many pages per second. For this reason it
is often a good idea to minimize the information available from the secure server, especially on a high
traffic Web site.
Important
Do not use name-based virtual hosts in conjunction with a secure Web server as the SSL handshake
occurs before the HTTP request identifies the appropriate name-based virtual host. Name-based
virtual hosts only work with the non-secure Web server.
The configuration directives for the secure server are contained within virtual host tags in the
/etc/httpd/conf.d/ssl.conf
By default, both the secure and the non-secure Web servers share the same
recommended that the
To stop the non-secure Web server from accepting connection, comment the line in
which reads
Listen 80
line looks like the following example:
#Listen 80
For more information on configuring an SSL enhanced Web server, refer to the chapter titled Apache
HTTP Secure Server Configuration in the Red Hat Enterprise Linux System Administration Guide.
For advanced configuration tips, refer to the Apache Software Foundation documentation available
online at the following URLs:
http://httpd.apache.org/docs-2.0/ssl/
http://httpd.apache.org/docs-2.0/vhosts/

10.9. Additional Resources

To learn more about the Apache HTTP Server, refer to the following resources.
10.9.1. Useful Websites
http://httpd.apache.org/ — The official website for the Apache HTTP Server with documentation
on all the directives and default modules.
http://www.modssl.org/ — The official website for
http://www.apacheweek.com/ — A comprehensive online weekly newsletter about all things
Apache.
10.9.2. Related Books
Apache Desktop Reference by Ralf S. Engelschall; Addison Wesley — Written by ASF member
and
author Ralf Engelschall, the Apache Desktop Reference provides a concise but com-
mod_ssl
prehensive reference guide to using the Apache HTTP Server at compilation, configuration, and
run time. This book is available online at http://www.apacheref.com/.
file.
be different for the secure Web server.
DocumentRoot
by placing a hash mark (
Chapter 10. Apache HTTP Server
) at the beginning of the line. When finished, it the
#
.
mod_ssl
. It is
DocumentRoot
httpd.conf

Advertisement

Table of Contents
loading

Table of Contents