apache 1.x and 2.x on same server

pauls at utdallas.edu pauls at utdallas.edu
Wed Sep 13 20:37:31 PDT 2006


--On September 13, 2006 5:05:17 PM -0700 snacktime <snacktime at 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 at utdallas.edu)
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/


More information about the freebsd-questions mailing list