Customer Reviews


12 Reviews
5 star:
 (6)
4 star:
 (4)
3 star:
 (1)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


42 of 43 people found the following review helpful:
4.0 out of 5 stars Recipes for success from two experts
While Apache is possibly the most popular and ubiquitous open source project it is certainly not the most simple. One module alone, mod_rewrite, causes me almost more problems and regex wrestling matches than all other products combined. The `httpd.conf' file is a long and critical one. In these circumstances the Apache Cookbook from O'Reilly might be a godsend. It is...
Published on April 5, 2004 by A Williams

versus
2 of 3 people found the following review helpful:
3.0 out of 5 stars A little too basic for me
Beware that several of the cool sounding recipes you might see in the table of contents are tricks; once you actually turn to the correct page to see how the author has managed to implement something you might have formerly believed to be impossible, you will be greeted only by a placeholder paragraph stating that what you want to do IS in fact impossible. Why on Earth...
Published on April 25, 2008 by orangekay


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

42 of 43 people found the following review helpful:
4.0 out of 5 stars Recipes for success from two experts, April 5, 2004
By 
A Williams "honestpuck" (Neutral Bay, NSW Australia) - See all my reviews
(VINE VOICE)    (REAL NAME)   
This review is from: Apache Cookbook (Paperback)
While Apache is possibly the most popular and ubiquitous open source project it is certainly not the most simple. One module alone, mod_rewrite, causes me almost more problems and regex wrestling matches than all other products combined. The `httpd.conf' file is a long and critical one. In these circumstances the Apache Cookbook from O'Reilly might be a godsend. It is certainly a well-written, well-researched volume. Ken Coar has spent many years working on Apache and Rich Bowen has long laboured on the Apache documentation. They both know their stuff -- and if this is an example, both know how to write.

The book has twelve chapters, covering everything from installation and adding modules through to proxies and performance. The chapter on security is the largest, it covers the topics well. By contrast I thought the chapter `Aliases, Redirection and Rewriting' too short and could have benefited from some more `recipes', but that may be due to my own bias - mod_rewrite is not an easy topic, and as I've said it causes me a great deal of grief.

It is laid out in a similar way to the Perl Cookbook: each recipe has a `Problem' section followed by a `Solution' and then `Discussion.' In almost all the `recipes' the `Discussion' is longer than the `Solution,' and I often found it far more useful and informative than the problem and its solution.

The Apache Cookbook covers almost all aspects and all parts of the learning curve for Apache. That will either be a strength or a weakness of this volume for you; with such a large and complex piece of software as Apache a single book cannot hope to cover it in a great deal of depth. For me this book was not really a cookbook, more a good source of well documented examples from which to create my own recipes,

My biggest problem reviewing a book like this is that after several years building and configuring Apache (even on an infrequent basis) quite a lot of this volume seems simple. You may also find it the same if you are the sort of person who is not afraid to pore over the documentation, get your hands dirty and make a few mistakes. If you like some hand holding and are just starting with Apache you may benefit from all of it.

That's not to say that I didn't personally find large chunks of this volume useful. Certainly I've gone over several of the recipes and their excellent explanatory text to shed some light on previously dark corners of Apache, particularly as the authors cover both Apache 1.3 and 2.0.

O'Reilly have the usual web page with a Table of Contents and example chapter. The example chapter, on error handling is well chosen as it is typical of the others and useful but not the most useful chapter.

I have recently been thinking that tech books fall into various sorts and there is one sort I'd call `library books' - books you may not need to own, but will want to read every so often and would be good to have in your local or company library. Apache Cookbook is one of these, a book I'd recommend everyone coming to grips with Apache has close to hand, but it is not going to be constantly on your desk in the same way that Perl Cookbook might be for Perl programmers: to start off with, it's half the size and doesn't cover nearly as many topics. This one falls short of essential due to it's concentration on breadth. rather than depth. So my recommendation for this book is not that all Apache administrators should buy it, but you should have a copy close at hand.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


17 of 17 people found the following review helpful:
5.0 out of 5 stars Guide your understanding through examples., March 14, 2004
This review is from: Apache Cookbook (Paperback)
Yeah, Apache has thorough documentation at apache.org, and yeah, after 6 or 7 years I've learned a lot by reading through Apache's conf files. But this book does a few things extremely well to make configuration much easier, quicker, and better.

There's good examples - you expect that with a name like "cookbook". But each example is backed-up with excellent explanations and references. The particular problems I've wanted to solve haven't matched the book's examples, but they've been close enough to adapt the solutions to what I've needed.

I've also appreciated how much this book has helped me how to *think* in Apache. Its use of examples and explanations helps to paint a top-down view of Apache, and help me analyze problems methodically instead of hunt-and-peck through a flock of random configuration parameters.

A nice combination of technical know-how, tuturial, and clear writing makes this a darned useful book for me.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars A set of over 100 common problems faced by Apache handlers, February 13, 2004
This review is from: Apache Cookbook (Paperback)
Apache is the most widely used web server in the world, which is a tribute to everyone who has worked to make it a success. It is also open source, which means that the creators and maintainers largely do their tasks for pride and bragging rights rather than for monetary gain. Ironically, the reservation that most people express over open source is the fear that there will be no one to answer the inevitable questions concerning how to get it to work right.
This book is a collection of problems and solutions to those problems regarding the customization of Apache after it has been installed. Situations such as restricting access to files, installing SSL, dealing with passwords, working with URLs, security issues, logging events and error handling are examined. Each entry starts with the statement of the problem, the command(s) or code to effect a solution and an explanation of the problem and why the commands are a solution. Pointers to additional information such as books and web sites are also listed at the end of each entry. Where applicable, differences between versions 1.3 and 2.0 are described.
Obviously, not every problem that can arise when Apache is running can be covered in a book of 223 pages. Nevertheless, the authors have put together a very valuable collection of over 100 of the most common problems encountered by Apache system administrators. If you are tasked with keeping an Apache server up and serving, then this is a book that you must have. It will also help alleviate the logical reservations you may have about relying on open source software.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 8 people found the following review helpful:
4.0 out of 5 stars Good accompaniment to other Apache books, April 28, 2004
Amazon Verified Purchase(What's this?)
This review is from: Apache Cookbook (Paperback)
As Cookbooks go, this on is fairly decent, although thinner than I expected. There are enough examples in this book to cover pretty much everything you might need to do with Apache or get you started (along with the Apache documentation) if it isn't covered.

Personally I think the first two chapters on installing Apache and adding modules are wasted space. Presumably by the time you're ready for this book, you've already got Apache installed on your servers and are just looking for ways to tweak it.

I would have liked to see a section on SSI (Server side includes...does anybody use those anymore?) and maybe some more mod_rewrite stuff.

This book will probably be most useful to novice and intermediate Apache administrators who are comfortable with messing around in httpd.conf, but need to refer back to the online docs now and then. Advanced Apache administrators probably won't find much new or useful in this book.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Great Apache Resource, May 2, 2008
By 
Some of the reviews for 'Apache Cookbook: Solutions and Examples for Apache Administrators' have stated that this book is a little too basic and simple for Apache administrators out in the world, but I would disagree. Apache is a solid technology that has proven it's mettle in the world for many many many years but there aren't a whole lot of books out on the market for it. It is of this reviewers opinion that even if some individuals feel this book is too simplistic that ANY book on the market that covers Apache would have to be pretty poor to get a negative mark. With over 200 tidbits of information that cover the gambit of Installation, Module creation, Logging, Security, Virtual Hosts, Aliases, SSL, Error Handling, Performance, etc. etc. etc. this is a solid text. Unlike other bloated books this one clocks in at under 300 pages and the tidbits are short and to the point. If you are an Apache admin there is definitely something that you can get from this cookbook so get out the bowl, eggs, flour and start cooking!!

***** RECOMMENDED
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 8 people found the following review helpful:
4.0 out of 5 stars Great book for an Apache Administrator, March 8, 2004
By 
"jbeimler" (Cary, NC United States) - See all my reviews
This review is from: Apache Cookbook (Paperback)
On a similar note, I have the book, and have found it very useful at work over the past few weeks as some of our servers have been migrated from apache 1.3 to 2.0 and as I fix a number of the other small issues that had been bothering me. It is a great book that covers all of the issues that I have most frequently encountered, all with easy to implement solutions.

Its great to have a problem, fix type set up, and even better that some of the items solutions are "You can't do it with apache right now." Instead of searching the web because an item was left out of the book, its nice to know of some limitations. It was also helpful to get some of the people insisting that I could do things that were not possible. If its in a book, it must be true!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Great Resource!, April 27, 2008
By 
Aleksandar Gargenta (San Francisco, CA USA) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
Apache Cookbook is a great resource on various best-practice tips and tricks on how to setup and run Apache HTTP server day to day.

The included HOW-TO recipes are:
* Extremely practical and relevant
* Easy to follow and implement
* Well-explained so that not only do you know what you are doing, but also why you are doing it
* Neatly categorized and indexed so that they are easy to find when needed

While this book can be very useful to Apache novices, people who would benefit the most from it are the ones who've had some previous exposure to Apache administration and are familiar with the basic concepts behind Apache (configuration files, included programs, modules, directives, sections, and such).

If you are an Apache administrator, this book ought to be on your bookshelf.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 4 people found the following review helpful:
4.0 out of 5 stars Excellent resource for web masters, February 20, 2006
This review is from: Apache Cookbook (Paperback)
I read this book about a year ago and recently re-read it. Coar and Bowen provide an excellent pragmatic approach to taking care of common Apache administration tasks. The Apache "recipes" are well organized, and presented with sufficient depth to be understandable for intermedia users.

The tips in the "miscellaneous topics" section and the troubleshooting guidelines are excellent, and will save Apache administrators significant amounts of time and frustration.

The good:
* Broad coverage of all tasks that Apache administrators will commonly encounter.
* Excellent writing style - concise yet sufficiently descriptive.
* Good organization of topics and very useful book index.
* Very good coverage of virtual hosts (required in most web hosting environments).
* Very appropriate "see also" references associated with each recipe.

The bad:
* Almost 25% of the book is taken up by installation, loading modules, and logging. These are good topics, but they take up too much of the book in my perspective.
* No information on the use of mod_python. mod_snake (a dead sourceforge) project is referenced. Blech.
* No information on co-hosting two versions of PHP (PHP4 and PHP5 on the same server).

Overall, this is a great book. If it had slightly better coverage on mod_python and mod_PHP I would give it five stars for certain.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 3 people found the following review helpful:
3.0 out of 5 stars A little too basic for me, April 25, 2008
By 
orangekay (San Francisco, CA United States) - See all my reviews
(VINE VOICE)   
Amazon Verified Purchase(What's this?)
Beware that several of the cool sounding recipes you might see in the table of contents are tricks; once you actually turn to the correct page to see how the author has managed to implement something you might have formerly believed to be impossible, you will be greeted only by a placeholder paragraph stating that what you want to do IS in fact impossible. Why on Earth would you waste paper printing this?

The other, less cool, recipes are pretty standard faire, and if you have any experience with Apache whatsoever they will probably not be very useful to you. Complete newcomers however will probably find it somewhat handy, though I'm not sure it's worth the price even for them.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Cooking with Apache, September 2, 2008
Amazon Verified Purchase(What's this?)
This review is from: Apache Cookbook (Paperback)
The Apache Cookbook is a must have for anyone considering running their own Apache web server. It covers every major feature of Apache and does so without giving too information to the new user while giving more experienced users the guidance to go off on their own and become Apache power users in their own right.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Apache Cookbook
Apache Cookbook by Ken A. L. Coar (Paperback - November 25, 2003)
Used & New from: $0.01
Add to wishlist See buying options