WILEY

KNOWLEDGE FOR GENERATIONS

WILEY - KNOWLEDGE FOR GENERATIONS

United States Change Location

cart.gif CART |  MY ACCOUNT |  CONTACT US |  HELP    
Cover image for product 0782143377
Setting up LAMP: Getting Linux, Apache, MySQL, and PHP Working Together
ISBN: 978-0-7821-4337-9
Paperback
416 pages
September 2004
US $34.99 Add to Cart

This price is valid for United States. Change location to view local pricing and availability.

Other Available Formats: Adobe E-Book
  • Description
  • Table of Contents
  • Author Information
  • Errata
  • Download

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
Combined Errata

Page 113

second paragraph, second sentence: 127.0.0.0 should be 127.0.0.1 for loopback address.

Page 169

6th line from the bottom of the page, the book has:cpan > install ExUtils::MakeMaker but it should be:cpan > install ExtUtils::MakeMaker (Notice the "t" in the word "ExtUtils").

Page 176

The code segment for Step 9:
The code segment for Step 9:

"ln -s /var/qmail/supervise/qmail-send
/var/qmail/supervise/qmail-smtpd-->/service"

should read

"ln -s /var/qmail/supervise/qmail-send
/var/qmail/supervise/qmail-smtpd /service"

That is, the last part of the line, "/service", is separated by a
space from "/var/qmail/supervise/qmail-smtpd". Cross reference here:http://www.lifewithqmail.org/lwq.html , at the end of 2.8.2.2.

Response..

The example provided by the reader is correct, however I think in the book it's on a continuation line is what the referenced "-->" is about. The book would not allow the complete example to be printed on one line.