From owner-freebsd-questions Thu Oct 25 9:45:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail4.sdc1.sfba.home.com (femail4.sdc1.sfba.home.com [24.0.95.84]) by hub.freebsd.org (Postfix) with ESMTP id 2B71437B403 for ; Thu, 25 Oct 2001 09:45:46 -0700 (PDT) Received: from g3p1.peta.home ([24.176.255.95]) by femail4.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011025164545.JRFR571.femail4.sdc1.sfba.home.com@g3p1.peta.home> for ; Thu, 25 Oct 2001 09:45:45 -0700 Date: Thu, 25 Oct 2001 09:45:44 -0700 Mime-Version: 1.0 (Apple Message framework v472) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: apache stuff From: sabine225@home.com To: questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.472) 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 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