Apache 4.8 Stable

Rob listone at deathbeforedecaf.net
Wed Jul 9 21:53:17 PDT 2003


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 at chatusa.com>
To: "freebsd" <questions at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"freebsd-questions-unsubscribe at freebsd.org"
>



More information about the freebsd-questions mailing list