Having set up the customers, we can duplicate the block, making some
slight changes to suit the salespeople. The two servers have
different DocumentRoots, which is to be expected
because that's why we set up two hosts in the first place. They
also have different error and transfer logs, but they do not have to.
You could have one transfer log and one error log, or you could write
all the logging for both sites to a single file.
Type go on the server; while on the client, as
before, access http://www.butterthlies.com or
http://sales.butterthlies.com/.
The files in ... /sales/htdocs are similar to
those on ... /customers/htdocs, but altered
enough that we can see the difference when we access the two sites.
index.html has been edited so that the first
line reads:
<h1>SALESMEN Index to Butterthlies Catalogs</h1>
The file catalog_summer.html has been edited so
that it reads:
<h1>Welcome to the great rip-off of '97: Butterthlies Inc</h1>
<p>All our worthless cards are available in packs of 20 at $1.95 a pack.
WHAT A FANTASTIC DISCOUNT! There is an amazing FURTHER 10% discount if you
order more than 100. </p> ...
and so on, until the joke gets boring. Now we can throw the great
machine into operation. From console 1 (on FreeBSD hit ALT-F1), get
into ... /customers and type:
% ./go
The first Apache is running. Now get into
.../customers and again type:
% ./go