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> References: <1f060c4c0609131705l4f28eec1xa6d267b7c844f264@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--==========7CB24BD599E99CDFD551========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On September 13, 2006 5:05:17 PM -0700 snacktime <snacktime@gmail.com>=20 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=20 install the port to. apache13 make install PREFIX=3D/usr/local/www1/ apache2 make install PREFIX=3D/usr/local/www2/ Apache13 installs its conf files in /usr/local/etc/apache, and apache2=20 installs its conf files in /usr/local/etc/apache2. The only problem you=20 might have is the startup scripts. I don't recall how they're named, off=20 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/ --==========7CB24BD599E99CDFD551==========--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D8F30A88B8FD4AF27E4D5326>