From: "fbsd stable" <[EMAIL PROTECTED]>
> ... 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message