Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 40126 invoked by uid 500); 1 May 2002 15:53:24 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 40115 invoked from network); 1 May 2002 15:53:23 -0000 Received: from fep02-mail.bloor.is.net.cable.rogers.com (66.185.86.72) by daedalus.apache.org with SMTP; 1 May 2002 15:53:23 -0000 Received: from rogers.com ([24.157.138.164]) by fep02-mail.bloor.is.net.cable.rogers.com (InterMail vM.5.01.04.13 201-253-122-122-113-20020313) with ESMTP id <20020501155325.GFRB322766.fep02-mail.bloor.is.net.cable.rogers.com@rogers.com> for ; Wed, 1 May 2002 11:53:25 -0400 Message-ID: <3CD01008.630ED43D@rogers.com> Date: Wed, 01 May 2002 11:55:52 -0400 From: Deb Whitten X-Mailer: Mozilla 4.77 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: users@httpd.apache.org Subject: help with adding mod_rewrite.c Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH PLAIN at fep02-mail.bloor.is.net.cable.rogers.com from [24.157.138.164] using ID at Wed, 1 May 2002 11:53:25 -0400 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I've inherited an install of Apache and am trying to install OpenStats. I managed to add php support and recompiled Apache like this: from the apache source dir: ./configure --prefix=/home/apache \ --activate-module=src/modules/php4/libphp4.a then make, then make install, then I can restart apache and it all works fine. The problem is I need mod_rewrite. So I tried this command: ./configure --prefix=/home/apache \ --activate-module=src/modules/php4/libphp4.a --enable-module=rewrite I then did make and make install, it all worked ok except for when I tried to restart apache, it tried to find httpd.conf in /usr/local/apache... instead of /home/apache. What did I do wrong? BTW DSO is not enabled. Deb --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org