Reinstall with Apache Upgrade?

Reinstall with Apache Upgrade?

am 27.04.2005 16:19:06 von dch

It seems that every time Apache 2.0.xx is upgraded, I need to re-install
the extensions. Is this correct? If so, is there a shortcut?
--
Displayed Email Address is a SPAM TRAP
Eliminate Spam: http://www.TQMcube.com/spam_trap.htm
RBLDNSD HowTo: http://www.TQMcube.com/rbldnsd.htm
Multi-RBL Check: http://www.TQMcube.com/rblcheck.htm

Re: Reinstall with Apache Upgrade?

am 27.04.2005 22:14:21 von gail

You need to make sure that the new apache is configured to use
mod_frontpage.so.

Build Apache
Install Apache
Configure to use mod_frontpage.so:

bin/apxs -c /usr/local/frontpage/version5.0/apache2/mod_frontpage.c
/usr/local/frontpage/5.0/apache2/mod_fpcgid.c

bin/apxs -i -a -n frontpage
/usr/local/frontpage/version5.0/apache2/mod_frontpage.la

bin/apachectl stop
bin/apachectl start

Re: Reinstall with Apache Upgrade?

am 27.04.2005 22:45:02 von dch

On Wed, 2005-04-27 at 13:14 -0700, gail@rtr.com wrote:
> You need to make sure that the new apache is configured to use
> mod_frontpage.so.
>
> Build Apache
> Install Apache
> Configure to use mod_frontpage.so:
>
> bin/apxs -c /usr/local/frontpage/version5.0/apache2/mod_frontpage.c
> /usr/local/frontpage/5.0/apache2/mod_fpcgid.c
>
> bin/apxs -i -a -n frontpage
> /usr/local/frontpage/version5.0/apache2/mod_frontpage.la
>
I assume that "/usr/local/frontpage/5.0/apache2/mod_fpcgid.c" is a typo
and should be "/version5.0/"
If you have a moment, could you explain those two lines?
--
Displayed Email Address is a SPAM TRAP
Eliminate Spam: http://www.TQMcube.com/spam_trap.htm
RBLDNSD HowTo: http://www.TQMcube.com/rbldnsd.htm
Multi-RBL Check: http://www.TQMcube.com/rblcheck.htm

Re: Reinstall with Apache Upgrade?

am 27.04.2005 23:05:51 von gail

You need to make sure that the new apache is configured to use
mod_frontpage.so.

Build Apache
Install Apache
Configure to use mod_frontpage.so:

bin/apxs -c /usr/local/frontpage/version5.0/apache2/mod_frontpage.c
/usr/local/frontpage/5.0/apache2/mod_fpcgid.c

bin/apxs -i -a -n frontpage
/usr/local/frontpage/version5.0/apache2/mod_frontpage.la

bin/apachectl stop
bin/apachectl start

Re: Reinstall with Apache Upgrade?

am 28.04.2005 19:14:25 von gail

version5.0 it is.

the first line creates mod_frontpage
the second line installs it

http://www.rtr.com/fpsupport/apache_dso_frontpage_readme.htm