Re: Apache 4.8 Stable

2003-07-09 Thread JacobRhoden
On Thu, 10 Jul 2003 02:37 pm, DanB wrote:
 Is Apache software built in like sendmail?  How do you start it?

No, but its very easy to install, just download the package, and install it 
using the pkg_add command.

Regards,
Jacob

Jacob RhodenPhone: +61 3 8344 4478
ITS DivisionEmail: [EMAIL PROTECTED]
Melbourne University   Mobile: +61 403 788 386
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Apache 4.8 Stable

2003-07-09 Thread Rob
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 [EMAIL PROTECTED]
To: freebsd [EMAIL PROTECTED]
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

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]