Subject: Re: Apache install
To: Ronald Landrus <ronlandrus@buckeye-express.com>
From: John Klos <john@sixgirls.org>
List: port-mac68k
Date: 10/25/2002 22:27:30
Hi,

> Can anyone point me to a good netBSD tutorial on installing Apache?
>
> I used pkg_add, and I do not see what I am used to in terms of
> directories.

Get the pkgsrc tree, put the line:
LOCALBASE=/usr/local
into your /etc/mk.conf, cd /usr/pkgsrc/www/apache, make install, and
everything will be where it should be.

> Apachectl start complains about not finding httpd.conf as well.

Copy the example file into /usr/pkg/etc/ (or /usr/local/etc if you compile
your own Apache).

Prebuilt binary packages default to /usr/pkg/ instead of /usr/local/

John Klos
Sixgirls Computing Labs