Date: Sun, 21 Jul 2002 20:33:56 -0700 From: "Seamus.Venasse" <Seamus.Venasse@polaris.ca> To: <sroberts@dsl.pipex.com>, "'FreeBSD-Questions'" <freebsd-questions@freebsd.org> Subject: RE: How do I un-install mod_frontpage & frontpage? Message-ID: <002401c23130$9c3f4aa0$8b7b7ed8@tornado> In-Reply-To: <1027161438.55073.148.camel@Demon.vickiandstacey.com>
index | next in thread | previous in thread | raw e-mail
> -----Original Message-----
> From: owner-freebsd-questions@FreeBSD.ORG
> [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of
> Stacey Roberts
> Sent: July 20, 2002 3:37 AM
> To: FreeBSD-Questions
> Subject: How do I un-install mod_frontpage & frontpage?
>
>
> Might be a bit premature, given I've only been grappling with
> this for just under a day, but I'm quite fed up with this
> rubbish, to be blunt.
>
> After having a perfectly working apache 1.3.26, how do I
> remove mod_frontpage & frontpage (both obtained via
> /usr/ports/www) from my FBSD system?
Hi Stacey!
I replied to your other message from Friday in regards to the follow
symlinks problem. I would suggest removing mod_frontpage, frontpage,
and apache from your system and any manually remove directories that the
uninstall script is unable to remove.
Now that your server is back to a virgin state, try these instructions:
-----------------
cd /usr/ports/www/apache13
make WITH_APACHE_PERF_TUNING=YES all install clean
cd /usr/ports/www/frontpage
make all install clean
cd /usr/ports/www/mod_frontpage
chown -R nobody:nobody /usr/local/www/data.default
make all install clean
vi /usr/local/etc/httpd.conf -- make the changes according to
mod_frontpage/pkg_message
echo followsymlinks:1 >> /usr/local/frontpage/version5.0/frontpage.cnf
/usr/local/frontpage/version5.0/fp_install.sh
cd /usr/local/www/data
find . -name .htaccess -exec chmod 644 {} \;
find . -name _vti\* -type d -exec chmod 755 {} \;
-----------------
I spent a few hours building these instructions to get a working
Apache-FP server.
Seamus
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002401c23130$9c3f4aa0$8b7b7ed8>
