Date: Tue, 19 Sep 2000 09:11:28 -0500 From: "Scot W. Hetzel" <hetzels@westbend.net> To: "fbsd stable" <fbsd_stable@yahoo.com>, <freebsd-stable@FreeBSD.ORG> Subject: Re: apach+ssl+php port Message-ID: <011401c02243$81b74a00$7d7885c0@genroco.com> References: <20000919092645.31703.qmail@web9007.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
From: "fbsd stable" <fbsd_stable@yahoo.com>
> ... one question though, if i have just the plain
> apache-1.3.12 installed and would want to install it
> with FP extensions, would i have to uninstall
> apache-1.3.12 first then install apache13-fp ?or is it
> ok to install the apache13-fp port right away? i am
> running FBSD-4.1 stable though ...
>
To go from apache13 -> apache13-fp:
1. Build the apache13-fp port
cd /usr/ports/www/apache13-fp
make build
2. Edit /usr/local/etc/apache/httpd.conf, change
"AllowOverride: None" to "AllowOverride: All"
for the Document Root.
NOTE: Needed for fpsrvadm.exe during install.
3. Stop apache13 & uninstall apache13
/usr/local/etc/rc.d/apache.sh stop
pkg_delete apache-1.3.12
4. Install apache13-fp
make install
5. Compare httpd.conf with httpd.conf-default
6. Start apache13-fp
/usr/local/etc/rc.d/apache.sh start
Scot
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?011401c02243$81b74a00$7d7885c0>
