Book Review: Apache Cookbook, 2nd Edition by Ken Coar and Rich Bowen
Published February 27, 2008
Chapter 7, "SSL," tackles the issues of making your web server capable of handling secure transactions with SSL capable browsers by encrypting traffic between server and client. This is a must if you are going to be handling sensitive data such as money. Here you will learn how to install and work with SSL. Chapter 8, "Dynamic Content," shows you how to enhance your server with runtime scripts and server responses to a particular user. Here there are 21 recipes that deal with CGI and PGP to make your content dynamic.
Chapter 9, "Error Handling," explores how to customize the web server's error messages to give them a unique feel and handled gracefully. In this chapter you will learn how to handle errors, return useful messages, and record information that will allow you to fix the problem so that it doesn’t happen again. Chapter 10, "Proxies," examines what it will take to configure your server to act as a proxy between users and Web Pages while making the process as transparent and seamless as possible. Since proxy means to act on behalf of another, in this setting one web server gets information for another web server.
Chapter 11, "Performance," will show you how to handle the bottlenecks of your server and in general, improve the overall functioning of your server. Sometimes this requires tradeoffs and by spending a little time benchmarking, you can find out what is really slowing traffic down. These 15 recipes will help you do just that. Chapter 12, "Directory Listings," describes how to customize the modules for displaying a directory listing as a web page. There are 20 recipes that will help you present that information just right. Chapter 13, "Miscellaneous Topics," are topics that don't really fit the other categories. Many of these are fundamental issues and so are not tied to a specific topic.
This latest version of the Apache Cookbook is well written and well thought-out. It contains broad coverage of what most administrators and webmasters will cover during installation and maintenance of an Apache web server.
Apache Cookbook is not a book that you want to try to learn Apache with, but rather it is a book that you want around while trying to learn Apache. It will show how to get through some of those gotchas that you will inevitably encounter. While I think that there are a few tricks that would help a more advanced user, the Apache Cookbook is best suited to the novice and intermediate Apache administrator. All in all I found this to be a book easy to recommend.
- Book Review: Apache Cookbook, 2nd Edition by Ken Coar and Rich Bowen
- Published: February 27, 2008
- Type: Review
- Section: Books
- Filed Under: Books: Computers and Internet, Review, Sci/Tech: Computers, Sci/Tech: Internet, Sci/Tech: Programming, Sci/Tech: Software
- Part of a feature: The RAM Review
- Writer: T. Michael Testi
- T. Michael Testi's BC Writer page
- T. Michael Testi's personal site
- Spread the Word
- Like this article?
- Email this
Save to del.icio.us
Comments
Hi Scott,
Thanks for the comment. It would appear that you are in luck since this book can be purchased as a PDF or from Safari online, both of which can be viewed via computer here.
Thanks -- T.











I usually prefer to read books in book format, rather than on a computer. But with technical computing books about web programming and such, I like to have them on the computer so I don't need to flip through pages to find what I need.