Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 2008 16:46:42 -0300
From:      sergio lenzi <lenzi@k1.com.br>
To:        Dennis Kirschling <Drk@pcomptech.com>, "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: Apache
Message-ID:  <1213386402.1439.13.camel@localhost>
In-Reply-To: <7CA15F547C84C148999461D49C8E710A0FBB17@pct01.PCT.local>
References:  <7CA15F547C84C148999461D49C8E710A0FBB17@pct01.PCT.local>

next in thread | previous in thread | raw e-mail | index | archive | help
Helllo....

I understand your problem (I was once a SCO user/programmer....)
well
the easy way is:  a disk of 20GB miminum...   
1) Install FreeBSD 7.0 RELEASE (choose your favorite lay out...) that
is /root, /var,swap, /usr  
in diferent slices....  swap is about 2Gb...  (later will hold
the /tmp)  /root is 512M... /var is 8Gb (or more ..)
/usr the rest of the disk....
2) during the installation process do not forget to set up the ethernet,
dns...   and install docs, 
    kernel sources, and PORTS
3) once the machine boots, and is in internet, setup the timezone using
tzsetup, fix the time using
    ntpdate -t 10 pool.ntp.org...  (this is important....)
4) update the ports with portsnap fetch update ..... 
5) install some shell with pkg_add -r bash
6) create a super user named admin or whaterver you want....
    echo PASSSSWORD | pw adduser admin -o -u 0 -g wheel
-s /usr/local/bin/bash -h 0
7) logout and login as admin.... 
8) go to the /usr/ports/www/apache22 and type make package, The system
will build your apache
for you....
9) put "apache22_enable=YES"  in /etc/rc.conf, start it with the
command  /usr/local/etc/rc.d/apache22 start.

Your are done....

There are 18600 ports you may want to try.....

I use the 64 bits FreeBSD... is very stable and incredible fast.....

Sergio

> 
> Hi. 
> 
>  
> 
> I have a wealth of experience with SCO products, but I have to admit I
> am stumped with BSD and specifically upgrading a customers Apache from
> 2.0.55 to 2.0.63 on BSD 5.4.  I have downloaded the product,  unsipped
> it and extracted the tar volume.  Where do I go from here?.  I have read
> many articles until I'm blue in the face.
> 
>  
> 
> Any help would be appreciated!
> 
>  
> 
> 
> 
> 
> 
> Dennis Kirschling
> 
> Office 916 714-1002
> 
> Cell    916 825-3737
> 
> drk@pcomptech.com
> 
>  
> 
>   
> 
>  
> 
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1213386402.1439.13.camel>