Date: Thu, 10 Jul 2003 14:23:10 +0930 From: "Rob" <listone@deathbeforedecaf.net> To: "DanB" <longterm@chatusa.com>, "freebsd" <questions@freebsd.org> Subject: Re: Apache 4.8 Stable Message-ID: <008401c3469f$29e0f960$a4b826cb@goo> References: <3F0CED75.6F4730C4@chatusa.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Only essential software is in the base system - for something like
Apache, you have to install it from the ports collection. Here's a
walk-through...
Install the apache package:
* If you have the 4 CD set for 4.8-RELEASE, mount CD 4 and do
pkg_add /cdrom/packages/www/apache-1.3.27_4.tgz
* If you don't, then do
cd /usr/ports/www/apache13
make install
Make a config file:
cd /usr/local/etc/apache
cp httpd.conf.default httpd.conf
vi httpd.conf
Enable the startup script:
cd /usr/local/etc/rc.d
cp apache.sh.default apache.sh
Start apache:
/usr/local/etc/rc.d/apache.sh start
And you're done!
----- Original Message -----
From: "DanB" <longterm@chatusa.com>
To: "freebsd" <questions@freebsd.org>
Sent: Thursday, July 10, 2003 2:07 PM
Subject: Apache 4.8 Stable
> Is Apache software built in like sendmail? How do you start it?
>
> Dan
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"freebsd-questions-unsubscribe@freebsd.org"
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008401c3469f$29e0f960$a4b826cb>
