From owner-freebsd-isp Tue Jun 27 16:16:36 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 5228737BEE8 for ; Tue, 27 Jun 2000 16:16:28 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id SAA83532; Tue, 27 Jun 2000 18:16:23 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <006a01bfe08d$b68763c0$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Hank Wethington" , References: Subject: Re: Apache with Frontpage Date: Tue, 27 Jun 2000 18:16:23 -0500 Organization: West Bend Internet 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 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Hank Wethington" > OK, now I've had apache running many times, and it even (at one time) ran on > this machine with no problems. I am now trying to get frontpage set up and > it get various make errors. First after setting up the computer I used the > /usr/ports/www/apache13-fp port. I have never gotten past this error: > > ===> Patching for apache_fp-1.3.12 > ===> Applying FreeBSD patches for apache_fp-1.3.12 > Ignoring previously applied (or reversed) patch. > 4 out of 4 hunks ignored--saving rejects to configure.rej > *** Error code 4 > > Stop in /usr/ports/www/apache13-fp. > *** Error code 1 > (I can supply the rej file if needed) > This probelm occurs because Microsoft/RTR released a new version of FP Exts. I have submitted a PR to resolve this problem but it hasn't been applied. I have created the modular Apache ports Collection that will allow you to install and apache server with FP, mod_ssl, php[34], etc. It is available from: http://www.westbend.net/~hetzels/mod_apache13-1.tgz To use these ports you'll need to do the following: 1. cd /usr/ports 2. mv www www.orig 3. mkdir www 4. cd www 5. tar -xzf /mod_apache13-1.tgz 6. cd ../Mk 7. patch < ../www/port.diff NOTE: Make sure that you uninstall your current Apache server before installing mod_frontpage, as it depends on the apache13 port included in the mod_apache13-1 archive. 8. cd ../www/mod_frontpage 9. make install 10. Install additional modules (mod_php[34], mod_ssl, mod_...) If you use cvs or cvsup you may want to do the following: 11. cd /usr/ports 12. mv www www.apache 13. mv www.orig www Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message