Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2006 22:37:27 -0500
From:      pauls@utdallas.edu
To:        freebsd-questions@freebsd.org
Subject:   Re: apache 1.x and 2.x on same server
Message-ID:  <D8F30A88B8FD4AF27E4D5326@paul-schmehls-powerbook59.local>
In-Reply-To: <1f060c4c0609131705l4f28eec1xa6d267b7c844f264@mail.gmail.com>

index | next in thread | previous in thread | raw e-mail

--On September 13, 2006 5:05:17 PM -0700 snacktime <snacktime@gmail.com> 
wrote:

> Are there any options I can use when installing apache 2.x from the
> ports tree so it won't overwrite apache 1.x?
>
Sure.  Just like any other port.  Just choose the location you want to 
install the port to.

apache13
make install PREFIX=/usr/local/www1/
apache2
make install PREFIX=/usr/local/www2/

Apache13 installs its conf files in /usr/local/etc/apache, and apache2 
installs its conf files in /usr/local/etc/apache2.  The only problem you 
might have is the startup scripts.  I don't recall how they're named, off 
the top of my head.

Paul Schmehl (pauls@utdallas.edu)
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D8F30A88B8FD4AF27E4D5326>