From owner-freebsd-questions Wed Nov 5 18:19:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA00663 for questions-outgoing; Wed, 5 Nov 1997 18:19:05 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mail.boisfrancs.qc.ca (mail.boisfrancs.qc.ca [207.253.52.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA00658 for ; Wed, 5 Nov 1997 18:18:58 -0800 (PST) (envelope-from xenub@boisfrancs.qc.ca) Received: from liloo (ppp4.boisfrancs.qc.ca [207.253.52.25]) by mail.boisfrancs.qc.ca (8.8.5/8.8.5) with SMTP id VAA22855 for ; Wed, 5 Nov 1997 21:27:33 -0500 (EST) Message-Id: <3.0.3.32.19971105211926.00944c50@boisfrancs.qc.ca> X-Sender: xenub@boisfrancs.qc.ca X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Wed, 05 Nov 1997 21:19:26 -0500 To: questions@freebsd.org From: Louis-Philippe Alain Subject: Re: Apache mod_rewrite Module In-Reply-To: References: <3.0.3.32.19971105193907.00938870@boisfrancs.qc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi again, I made what you told me to do (what a good boy!) and I discovered that the mod_rewrite module is compiled by default in the port collection. So the port don't take the Apache defaults because it's not supposed to be included by default in the Apache Dist. Thanks a lot for your information! Louis-Philippe Alain At 17:49 97-11-05 -0800, you wrote: >On Wed, 5 Nov 1997, Louis-Philippe Alain wrote: > >> Hi, >> I would like to know if the mod_rewrite module is compiled by default in >> the FreeBSD ports collection (1.2.4)? If no, how can I add it without >> downloading Apache from the dist site and fully compile it by hand? I tried >> but wasn't able to make it run correctly... Is there a way to add the >> module before compiling it in the ports? Or maybe the module is there by >> default in the port? > >Hm, the port takes the Apache defaults. If you want to confirm the >settings, do `make patch' in the port directory, which will stop the make >just before the build step. Look through the config files in work/, make >the necessary changes, then do `make' from the top level dir to continue. > >Doug White | University of Oregon >Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant >http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > >