From: Rich Bowen
-- -The solution to this problem is trivial -and is left as an exercise for the reader.
- --- Standard textbook cookie
-
How to solve particular security problems for an SSL-aware -webserver is not always obvious because of the interactions between SSL, -HTTP and Apache's way of processing requests. This chapter gives -instructions on how to solve some typical situations. Treat it as a first -step to find out the final solution, but always try to understand the -stuff before you use it. Nothing is worse than using a security solution -without knowing its restrictions and how it interacts with other systems.
+ +This documented is intended to get you started, and get a few things +working. You are strongly encouraged to read the rest of the SSL +documentation, and arrive at a deeper understanding of the material, +before progressing to the advanced techniques.