someone please correct me but:
I believe that make install will only overwrite httpd (the executable
binary). Any other files that already exist will not be touched. Last time
I did something like this, I simply made a copy of my httpd binary and
everything else was in my system backups.
-----Original Message-----
From: Geoffrey Young [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 06, 2001 3:21 PM
To: 'Bill Moseley'; [EMAIL PROTECTED]
Subject: RE: Backing out a mod_perl install
> -----Original Message-----
> From: Bill Moseley [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 06, 2001 3:18 PM
> To: [EMAIL PROTECTED]
> Subject: Backing out a mod_perl install
>
>
> I'm upgrading mod_perl on a Solaris 2.6 production machine.
> Although a
> little downtime on this machine won't be a big issue, I'm
> wondering about
> backup plans.
>
> I've got mod_perl ready for "make install" (I'm currently
> using a PERL5LIB
> environment to test mod_perl on a high port from the blib).
>
> So I was just going to bring down the server, make install, and then
> startup the new server. But, I'd like to be able to back out, just in
> case. I was thinking about tar'ing up the Apache name space,
> and Apache.pm
> to backout the Perl modules so I could run the old httpd, if needed.
you can try the tar_Apache and offsite_tar arguments to make and see if they
wrap up everything you need...
HTH
--Geoff