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


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
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 Essentials: Install, Configure, Maintain [Paperback]

Darren James Harkness
4.5 out of 5 stars  See all reviews (2 customer reviews)
List Price: CDN$ 25.39
Price: CDN$ 15.92 & eligible for FREE Super Saver Shipping on orders over CDN$ 25. Details
You Save: CDN$ 9.47 (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
Only 1 left in stock (more on the way).
Ships from and sold by Amazon.ca. Gift-wrap available.
Want it delivered Friday, June 21? Choose One-Day Shipping at checkout.

Book Description

Jun 4 2004 1590593553 978-1590593554 1st printing 2004. Corr. 2nd printing
Apache is the most widely used web server on the Internet today, and that comes as no surprise - it's open source and therefore free of charge to use, not to mention gloriously extensible. And it's much more secure than other web servers. So you've picked this book up and youre wondering what exactly makes it different from all those other Apache books? There are hundreds of books about Apache; books that promise to unleash its power, provide a complete reference for it, or delve into the most miniscule corners of its functionality. The problem is that none of them talks to the average web designer or developer. Most books on Apache are written by propellerheads for propellerheads. None of them explain how to configure Apache using plain language, giving examples that matter to you - but Apache Essentials does! In Apache Essentials, I'll show you how to install, configure, and maintain Apache. The key features that you'll use on a daily basis will be emphasized. Youll learn how to host secure (SSL) sites, optimize key Apache modules, use Apache with Perl and PHP, work with Server Side Includes (SSI), and take advantage of the information contained in log files. By the time you're done reading this book, you'll be an Apache superstar!

Customers Who Bought This Item Also Bought


Product Details


Product Description

About the Author

None Available

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
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

3 star
0
2 star
0
1 star
0
4.5 out of 5 stars
4.5 out of 5 stars
Most helpful customer reviews
1 of 1 people found the following review helpful
Format:Paperback
While this book will not make you an Apache guru it does give you all the basics you need to get an Apache server up and running on Linux, Windows, or Mac OS X. The author literally starts at the very beginning by discussing what a web server is and the basics of how one works. From there he examines the history of the Apache web server and how it compares to Microsoft IIS as well as which operating system might be the best one for you. Each server operating system has its pros and cons when used as an Apache server and each benefit and shortcoming is listed.

Installation of the Apache server is also covered from the very beginning with how to get the source code. After installing the program the author turns to configuring the server, setting up your domain, and setting up users. He even covers setting up virtual hosting so you can host multiple web sites on one IP address.

On the positive side the book covers all the essentials for basic setup and configuration of an Apache server including information on setting up Perl, PHP, and Server Side Includes. On the negative side it leaves out a lot of detail on the configuration files and other items. If you need to do anything different or unusual you will need another book. "Apache Essentials" is a recommended book if you need a good overview that has all the basic information to get Apache up and running quickly with a standard configuration.

Was this review helpful to you?
4.0 out of 5 stars Concise coverage Jun 5 2004
By W Boudville TOP 1000 REVIEWER
Format:Paperback
Harkness does a nice job of two things. First, in arguing persuasively that you should use Apache as your web server. They cite the massive installed base; the largest of any web server. The only major competitor is Microsoft's Internet Information Server. But IIS has been continuously riddled with bugs. Whereas for Apache, these are rare. Plus, the Apache open source community can respond within a few days to a discovered bug. With IIS, you are dependent on Microsoft's schedule for a patch.

The second reason offered by him takes up the bulk of the book. Namely, how to install and maintain it. But this is not a bulky book. As he shows, the Apache community has expended serious effort in making this as painless as possible. Even for the tyro sysadmin, if that happens to be you.

Harkness gives details on how to use Secure Sockets Layer, and making log files, for example. In the latter case, he doesn't seem to say explicitly, but the log files still are not the easiest thing to analyse, even with what Apache offers you. There are independent programs that do a neat job of analysing and summarising those files. But these are not part of Apache, and so outside the book's purview. The good news is that if you get to this point in your usage, you will be very familiar with Apache.

Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 3.7 out of 5 stars  3 reviews
20 of 21 people found the following review helpful
5.0 out of 5 stars Best basic guide - not a technical guide for power users July 14 2004
By Harold McFarland - Published on Amazon.com
Format:Paperback
While this book will not make you an Apache guru it does give you all the basics you need to get an Apache server up and running on Linux, Windows, or Mac OS X. The author literally starts at the very beginning by discussing what a web server is and the basics of how one works. From there he examines the history of the Apache web server and how it compares to Microsoft IIS as well as which operating system might be the best one for you. Each server operating system has its pros and cons when used as an Apache server and each benefit and shortcoming is listed.

Installation of the Apache server is also covered from the very beginning with how to get the source code. After installing the program the author turns to configuring the server, setting up your domain, and setting up users. He even covers setting up virtual hosting so you can host multiple web sites on one IP address.

On the positive side the book covers all the essentials for basic setup and configuration of an Apache server including information on setting up Perl, PHP, and Server Side Includes. On the negative side it leaves out a lot of detail on the configuration files and other items. If you need to do anything different or unusual you will need another book. "Apache Essentials" is a recommended book if you need a good overview that has all the basic information to get Apache up and running quickly with a standard configuration.

9 of 9 people found the following review helpful
2.0 out of 5 stars Disappointing Oct 4 2006
By JM - Published on Amazon.com
Format:Paperback
"Apache Essentials: Install, Configure, Maintain" by Darren James Harkness promises to "explain how to configure Apache using plain language, giving examples that matter to you" and to turn the reader into an "Apache superstar." Disappointingly, it doesn't deliver on these promises. The book reads more like a book report than a technical volume, in that the author seems to have chosen only a handful of his favorite Apache topics to write about in some depth, to give the book its meat. Unfortunately, you really can't (or shouldn't) learn something as complex as Apache configuration by reading the Cliff Notes.

Throughout his book, Harkness makes his disdain for "propellerheads" quite clear. Unfortunately, it takes someone with deep technical knowledge to install, configure and maintain a large, secure, production web server. By purposely avoiding "propellerhead" details, the book ends up not delivering sufficient information or training to allow the reader to accomplish these goals. While the information in the book may be adequate for getting started with a small, non-critical Apache server in the ideal environment, the reader will need to turn to his "propellerhead" friends -- or to a more technical book -- the first time something doesn't go exactly as expected.

The coverage of topics is superficial and spotty. While some esoteric topics are discussed in excruciating detail (like the five pages of options listed for the Linux-only logrotate application), other important topics are glossed over or skipped entirely. A particularly glaring weakness is in the coverage of Apache user authentication: The .htpassword file is mentioned only in passing, with no mention of how to create it or how to format it until 100 pages later in the middle of an unrelated example, when it simply says the .htpassword file is "created through using the htpassword utility" and nothing else. Sadly, this is fairly typical of the coverage given to some important topics.

Looking at the three areas mentioned in the book's subtitle:

1) INSTALL: The chapter on installing Apache is a whopping seven pages long (yes, that says "seven," not "seventy"), and one of those pages is given over in its entirety to two short tables and another to a screenshot of the Apache default homepage. The only things actually covered in the remaining five pages are some system requirements and choosing between the source and binary versions. Incredibly, the "Installing Apache" chapter never actually tells you how to install Apache. (Compare this treatment to that given in either of David Powers "Foundation PHP" books from the same publisher, where dozens of pages are given to Apache (and PHP) installation, with seemingly every possible troubleshooting step and contingency clearly laid out.)

2) CONFIGURE: The bulk of the book is devoted to Apache configuration, but again the treatment is spotty. While the reader will indeed get an adequate grasp of custom error messages, for example, the information provided on scripting and server-side includes is not even sufficient for a loose grasp. The chapter on SSL will leave anyone's head spinning -- whether or not there's a propeller on top of his head.

3) MAINTAIN: At 27 pages, the chapter on Apache log files is the longest chapter in the book, thanks mostly to exhaustive, multiple-page listings of various options and settings. While the reader will exit with a good knowledge of Apache logs, there's little else in the book about maintaining an active Apache server.

The only audience for whom I might recommend this book would be designers who are interested in having a high-level idea of how Apache is configured, but who would never need to install, configure, or maintain it themselves. Those designers who actually do need to learn how to accomplish these tasks would be much better served by the above-mentioned chapters in David Powers's books, combined with the ubiquitous (and free) downloadable Apache tutorials on the internet.
12 of 13 people found the following review helpful
4.0 out of 5 stars Concise coverage Jun 5 2004
By W Boudville - Published on Amazon.com
Format:Paperback
Harkness does a nice job of two things. First, in arguing persuasively that you should use Apache as your web server. They cite the massive installed base; the largest of any web server. The only major competitor is Microsoft's Internet Information Server. But IIS has been continuously riddled with bugs. Whereas for Apache, these are rare. Plus, the Apache open source community can respond within a few days to a discovered bug. With IIS, you are dependent on Microsoft's schedule for a patch.

The second reason offered by him takes up the bulk of the book. Namely, how to install and maintain it. But this is not a bulky book. As he shows, the Apache community has expended serious effort in making this as painless as possible. Even for the tyro sysadmin, if that happens to be you.

Harkness gives details on how to use Secure Sockets Layer, and making log files, for example. In the latter case, he doesn't seem to say explicitly, but the log files still are not the easiest thing to analyse, even with what Apache offers you. There are independent programs that do a neat job of analysing and summarising those files. But these are not part of Apache, and so outside the book's purview. The good news is that if you get to this point in your usage, you will be very familiar with Apache.

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