Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Apache Server 2.0: The Complete Reference [Paperback]

Ryan Bloom
3.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 74.95
Price: CDN$ 47.22 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 27.73 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually ships within 3 to 5 weeks.
Ships from and sold by Amazon.ca. Gift-wrap available.

Book Description

Jun 26 2002 0072223448 978-0072223446 1
Install, configure, administer, and secure the world’s leading Web server using this comprehensive resource. Written by a lead Apache developer, this book provides you with all the hands-on guidance you need to administer Apache on multiple platforms.

Product Details


Product Description

From the Back Cover

The Most Comprehensive Apache Server 2.0 Resource Available

Install, configure, administer, and secure Apache Server 2.0 using this practical guide. You'll find all the information you need to successfully run Apache in various environments--including Windows, UNIX, and Mac OS X. Expert Ryan Bloom offers you insightful advice for avoiding common errors and reveals valuable debugging techniques. From basic topics such as downloading and installing Apache to more advanced topics that include daily administration, virtual hosting, and proxy configuration, this all-inclusive resource is ideal--even if you're a newcomer to this powerful, reliable, and scalable Web server.

  • Configure, compile, and install Apache on Windows, UNIX, and Mac OS X
  • Learn the standard module structure and write simple modules
  • Set up a basic HTTP server and customize error pages
  • Discover where to store password information and learn how passwords are stored and checked
  • Build a Web site with DAV clients
  • Run CGI scripts and write a content generator
  • Understand how input/output filters work
  • Know how to load balance one site across multiple machines
  • Deal with logs as well as name-based and IP-based virtual hosts
  • Write protocol modules and learn how protocols get mapped to a request
  • Debug your Apache setup and avoid common mistakes and errors
  • Optimize site performance and learn advanced administration techniques

About the Author

PART I: Apache Overview

Ch. 1: Introduction to Apache

Ch. 2: Apache Server 2.0 vs. Apache Server 1.3 and IIS

PART II. Configuring, Compiling & Installing Apache

Ch. 3: Configuring Apache

Ch. 4: Compiling Apache

Ch. 5: Installing Apache

PART II: Types of Modules

Ch. 6: Module Overview

Ch. 7: MPM

Ch. 8: Protocol

Ch. 9: Standard

PART III: Apache Modules

Ch. 10: Authentication, Authorization, Access Control

Ch. 11: DAV

Ch. 12: Generators

Ch. 13: Filters

Ch. 14: HTTP

Ch. 15: Loggers

Ch. 16: Mappers

Ch. 17: Metadata

Ch. 18: POP3

PART IV: Debugging Your Apache Setup

Ch. 19: ErrorLog

Ch. 20: Common Mistakes & Errors

Ch. 21: HTTPD-Test

PART V: Apache Administration

Ch. 22: Logs

Ch. 23: Disk Management

Ch. 24: Performance Tuning

Ch. 25: Maintenance

Ch. 26: Troubleshooting

PART VI: Apache Security

Ch. 27: SSL – Secure Socket Layer

Ch. 28: Firewalls

Ch. 29: Proxies

PART VII: Appendices

Appendix A: Error Messages

Appendix B: Example Configurations


Inside This Book (Learn More)
First Sentence
This chapter starts introducing you to Apache and shows you how the Apache developers work. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

5 star
0
4 star
0
2 star
0
1 star
0
3.0 out of 5 stars
3.0 out of 5 stars
Most helpful customer reviews
Format:Paperback
If you are familiar with Apache 1.3 and want to learn about all the great new features of 2.0 this book may be for you. Bloom does not hold your hand with step by step instructions. The Complete Reference is exactly what this is but all this information can be found in the free documentation that comes with Apache.
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 3.2 out of 5 stars  6 reviews
11 of 11 people found the following review helpful
3.0 out of 5 stars "Complete Reference" Is a Mis-Nomer Jan 9 2005
By Paul A. Hinchberger - Published on Amazon.com
Format:Paperback
The trouble with this book can be summed up in the Introduction:

This book is aimed at two groups of people: Apache administrators of all levels and Apache module authors. This range of readers means that the book must cover concepts both having to do with programming and with basic configuration. I hope I have accomplished that task in a way the book is useful to both sets of people.

That's a monumental task to take on! Writing a book for each group separately would each take a tome the size of this book. Instead, we cram two subjects into one book without increasing size and get this -- a book that covers everything but in missing detail.

The first the sections start off on the right foot -- an introduction to Apache and how the web works; a comparison of Apache 1.3 and 2.0 with other web servers; configuring, compiling, and installing Apache; and a module overviews, including the MPM modules that handle pre-forking and threading.

After that, the details begin to slip. Sure, you can get Apache up and running with this book. Heck, you can even get it to pull off some nice tricks with this book. It's not until you start dabbling in these "nice tricks," though, that the incompleteness of this book shows through.

For example, while explaining virtual hosting, the author goes over two ways to go about it -- the one-by-one method and mass virtual hosting using mod_vhost_alias. However, he only briefly mentions using a third method, mod_rewite, which is admittedly more complex. The author also spends some time going over security and logging issues with virtual hosting, but at 21 pages, the chapter covering virtual hosting leaves a lot to be desired.

The same goes if you're interested in programming for Apache. Actually, I'm taken aback as to the amount of coverage the author devotes to the programming of Apache. Not because the author goes into greater detail on how the Apache code works than I care to indulge in (which is to say, any). It's because of it's interspersal throughout the book. In the end, this upsets both sets of people -- the administrators that don't want to program and the programmers that don't want to administer.

I guess one could say that this is a "complete reference" in that it covers every aspect of Apache. However, I'd rather have a "complete reference" that covers its subjects in full detail.
11 of 11 people found the following review helpful
3.0 out of 5 stars If your new to web servers this book isn't for you. Oct 29 2002
By Graham Shapiro - Published on Amazon.com
Format:Paperback
If you are familiar with Apache 1.3 and want to learn about all the great new features of 2.0 this book may be for you. Bloom does not hold your hand with step by step instructions. The Complete Reference is exactly what this is but all this information can be found in the free documentation that comes with Apache.
4 of 6 people found the following review helpful
2.0 out of 5 stars Not a book to learn from Jun 22 2005
By Andrew - Published on Amazon.com
Format:Paperback
This is an odd book. It does not really teach you how to do anything with the Apache software you just downloaded. It just tells you all about the modules, protocols, and so on in a reference type manner. So if you think you're going to learn how to setup a webserver and begin practicing with PHP, XML, HTML and other facets of Web development from this book you would be disappointed. There is nothing practical in here either for an beginner or an expert.
Search Customer Reviews
Only search this product's reviews

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges