From owner-freebsd-questions Thu Jan 25 10:11:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from changeofhabit.mr.itd.umich.edu (changeofhabit.mr.itd.umich.edu [141.211.144.17]) by hub.freebsd.org (Postfix) with ESMTP id B036B37B400 for ; Thu, 25 Jan 2001 10:11:10 -0800 (PST) Received: from tim.elnsng1.mi.home.com (c1129767-a.elnsng1.mi.home.com [24.183.248.20]) by changeofhabit.mr.itd.umich.edu (8.9.3/3.2r) with SMTP id NAA23223; Thu, 25 Jan 2001 13:11:08 -0500 (EST) From: Tim McMillen To: Ali Vercan , freebsd-questions@FreeBSD.ORG Subject: Re: Date: Thu, 25 Jan 2001 13:15:03 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="us-ascii" References: <20010125092447.10380.qmail@web3605.mail.yahoo.com> In-Reply-To: <20010125092447.10380.qmail@web3605.mail.yahoo.com> MIME-Version: 1.0 Message-Id: <01012513150305.25766@tim.elnsng1.mi.home.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday January 25, 2001 04:24, Ali Vercan wrote: > Dear Sir / Madam, > > I want to develop a personal web server using pentium > II. > > Could you send me minimum requirement to develop such > a server or links which will help me. Well if you already have the PII, an internet connection, and you're going to run the webserver on it all you have to do is 1. install FreeBSD and the ports collection tree 2. as root type: cd //usrports/www/apache13 ; make install clean and you will have a webserver. Then read the apache docs and so forth to learn more. You can also install the other apache versions if you want ssl, php, etc. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message