Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2000 18:16:23 -0500
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        "Hank Wethington" <bsd@info-logix.com>, <freebsd-isp@FreeBSD.ORG>
Subject:   Re: Apache with Frontpage
Message-ID:  <006a01bfe08d$b68763c0$8dfee0d1@westbend.net>
References:  <KFEIIDCJNHBCGLAFNMJIAEDKCGAA.bsd@info-logix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Hank Wethington" <bsd@info-logix.com>
> 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 <location of file>/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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006a01bfe08d$b68763c0$8dfee0d1>