From owner-freebsd-questions@FreeBSD.ORG Wed Jul 30 12:26:37 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF25A37B401 for ; Wed, 30 Jul 2003 12:26:37 -0700 (PDT) Received: from aviti.net (aviti.net [217.144.68.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E3B243FAF for ; Wed, 30 Jul 2003 12:26:36 -0700 (PDT) (envelope-from life@zone3000.net) Received: from zone3000.kharkov.ua ([217.144.68.98] helo=adserver.zone3000.net) by aviti.net with esmtp (Exim 4.14) id 19hwal-0003JF-Hg for freebsd-questions@freebsd.org; Wed, 30 Jul 2003 22:26:31 +0300 Received: from narik ([10.1.1.36]) by adserver.zone3000.net with Microsoft SMTPSVC(5.0.2195.6713); Wed, 30 Jul 2003 22:32:21 +0300 Message-ID: <002201c356d0$7ac2d100$2401010a@zone3000.net> From: "Vitali Malicky" To: References: <001401c356c9$714cf530$0701a8c0@darryl> Date: Wed, 30 Jul 2003 22:26:30 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 30 Jul 2003 19:32:21.0984 (UTC) FILETIME=[4C01B600:01C356D1] X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *19hwal-0003JF-Hg*CSVt2zSyItI* Subject: Re: mod_frontpage - question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vitali Malicky List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 19:26:38 -0000 it said in "readme_apache_dso.txt" +++++ begin ++++++++ To compile the FrontPage Apache module using apxs, change to the directory containing the FrontPage Apache module source code, and use For Apache 1.3: ${httpd_root}/bin/apxs -c mod_frontpage.c For Apache 2.0 ${httpd_root}/bin/apxs -c mod_frontpage.c mod_fpcgid.c where ${httpd_root} is the root of your Apache installation tree. (This is for standard Apache installations. Other installation layouts may place the apxs utility in a different directory.) This command will compile the FrontPage Apache module source code, leaving the DSO file in the same directory tree. To install the FrontPage Apache module into Apache, from the same directory as above: For Apache 1.3: ${httpd_root}/bin/apxs -i -a -n frontpage ./mod_frontpage.so For Apache 2.0: ${httpd_root}/bin/apxs -i -a -n frontpage ./mod_frontpage.la This command will copy the Apache module into the appropriate directory in the Apache installation tree, and will automatically edit your configuration file to include an appropriate LoadModule command. ++++++ end +++++++ i installed with no problem, and that was DSO apache and I didn't changed httpd file for frontpage's httpd. that httpd I had compiled picked up mod_frontpage.so as it were its own for ages... good luck! -- Error Code=-1 Continue? Yes | No -- > running 4.7 stable. > cd /usr/ports/www/mod_frontpage > make > make install. > > Was successful. followed instructions on the > screen after the install completed. The last > step was to run /usr/local/frontpage/version5.0/fp_install.sh > > I ran that and answered the questions. All seemed well, but > it did not replace the httpd I had. looked at the install script > and then looked in /usr/local/frontpage/version5.0/apache_fp. > There was no httpd in that directory. > > Where is the patches httpd with the frontpage extensions ? > > thanks a ton. > > -Darryl > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"