> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to