| OverviewThe Apache Cookbook is a collection of
problems, solutions, and practical examples for webmasters,
web administrators, programmers, and everyone else who works
with Apache. Instead of poking around mailing lists, online
documentation, and other sources, you can rely on the
Apache Cookbook for quick solutions to
common problems, and then you can spend your time and energy
where it matters most. Editorial ReviewsBook Description | Apache is far and away the most widely used web server platform in the world. Both free and rock-solid, it runs more than half of the world's web sites, ranging from huge e-commerce operations to corporate intranets and smaller hobby sites, and it continues to maintain its popularity, drawing new users all the time. If you work with Apache on a regular basis, you have plenty of documentation on installing and configuring your server, but where do you go for help with the day-to-day stuff, like adding common modules or fine-tuning your activity logging? The Apache Cookbook is a collection of problems, solutions, and practical examples for webmasters, web administrators, programmers, and everyone else who works with Apache. For every problem addressed in the book, there's a worked-out solution or "recipe"--short, focused pieces of code that you can use immediately. But this book offers more than cut-and-paste code. You also get explanations of how and why the code works, so you can adapt the problem-solving techniques to similar situations. The recipes in the Apache Cookbook range from simple tasks, such installing the server on Red Hat Linux or Windows, to more complex tasks, such as setting up name-based virtual hosts or securing and managing your proxy server. The two hundred plus recipes in the book cover additional topics such as: - Security
- Aliases, Redirecting, and Rewriting
- CGI Scripts, the suexec Wrapper, and other dynamic content techniques
- Error Handling
- SSL
- Performance
The impressive collection of useful code in this book is a guaranteed timesaver for all Apache users, from novices to advanced practitioners. Instead of poking around mailing lists, online documentation, and other sources, you can rely on the Apache Cookbook for quick solutions to common problems, and then you can spend your time and energy where it matters most. |
|
Other Readers Also Read | Top Sellers in This Category | Browse Similar Topics | | | Top Level Categories:Sub-Categories: | | | |
Reader Reviews From Amazon (Ranked by 'Helpfulness') Average Customer Rating: |  | based on 10 reviews. |
cookbook = marginal, 2007-06-01 | Reviewer rating: |  |
| A "cookbook" can be great thing. Unfortunately, there is nothing like structured learning. You know, you start at the beginning with simple examples and then move to more complicated and realistic examples. Trust me, you can't just install Apache from the rpm's and expect to get ftp and users and security right just like that. You need a structured book. It's just like learning to read English. You just can't just get a "cookbook" on English and then get the "Apache Cookbook" and expect to get everything working. If you don't believe me, just get the httpd.conf file and see how far you get by using the "Apache Cookbook" or by guessing. Finally, for your own good, please do not confuse this with the "Snort Cookbook". Conceptually they are quite similar but they seem to concentrate on different ideas - if you can figure out what is going on. |
| Excellent resource for web masters, 2006-02-21 | Reviewer rating: |  |
| 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. |
| Not beginner friendly, 2005-09-07 | Reviewer rating: |  |
| The kind of solutions this book gives are not aimed at someone like me, new and uncertain when it comes to linux. This is a dissapointment for me, as I have normally always been very pleased with O'Reilly books. |
| Good accompaniment to other Apache books, 2004-04-29 | Reviewer rating: |  |
| 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. |
| Recipes for success from two experts, 2004-04-06 | Reviewer rating: |  |
| 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. |
|
Some information above was provided using data from Amazon.com. View at Amazon > |
| |
|
|