From owner-freebsd-questions Sat Oct 27 16:16:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from FreeBSD.emscoelectric.com (freebsd.emscoelectric.com [209.223.6.3]) by hub.freebsd.org (Postfix) with ESMTP id 4FC4237B401 for ; Sat, 27 Oct 2001 16:16:13 -0700 (PDT) Received: from gibson (adsl-65-64-78-67.dsl.okcyok.swbell.net [65.64.78.67]) by FreeBSD.emscoelectric.com (8.11.4/8.11.4) with SMTP id f9RNHEp51733; Sat, 27 Oct 2001 18:17:14 -0500 (CDT) (envelope-from mail@crshjnke.com) From: "Big B" To: Cc: "Freebsd-Questions" Subject: RE: apache stuff Date: Sat, 27 Oct 2001 18:19:06 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok so I will have to recompile apache 2.0 Is there a way to find out the current ./configure settings that were used on the apache port? I would like to keep everything the same just add the other modules. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of > sabine225@home.com > Sent: Thursday, October 25, 2001 11:46 AM > To: questions@FreeBSD.ORG > Subject: apache stuff > > > Did you get the ssi thing to work yet. > > I just installed a copy of Apache in my home directory changed 2 things > in the httpd.conf file and it worked. > > ./configure --prefix=/home/samsmith/apache \ > --datadir=/home/samsmith/apache/data \ > --sysconfdir=/home/samsmith/apache/etc/httpd \ > --localstatedir=/home/samsmith/apache/var \ > --runtimedir=/home/samsmith/apache/var \ > --logfiledir=/home/samsmith/apachelogfiles \ > --enable-module=most \ > --enable-shared=include > > Uncommented from httpd.conf > > # AddType text/html .shtml > # AddHandler server-parsed .shtml > > AddType text/html .shtml > AddHandler server-parsed .shtml > > Added "Includes" to the line that looked like this: > Options Indexes FollowSymLinks MultiViews > so that it looked like this: > Options Indexes FollowSymLinks MultiViews Includes > > Created a file in htdocs with just this line in it: > > Named it "index.shtml" > > went to: http://fh1:8080/index.html > > and it worked. > > server on 8080 because didn't install as root (I think). > > fh1# httpd -v > Server version: Apache/1.3.14 (Unix) > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message