RE: apache 1.x and 2.x on same server

2006-09-14 Thread Philippe Lang
[EMAIL PROTECTED] 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?

Hi,

Yes, you have one option: use jails in your server.

http://docs.freebsd.org/44doc/papers/jail/jail.html

Cheers,

---
Philippe Lang
Attik System



smime.p7s
Description: S/MIME cryptographic signature


Re: apache 1.x and 2.x on same server

2006-09-14 Thread snacktime

On 9/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

--On September 13, 2006 5:05:17 PM -0700 snacktime [EMAIL PROTECTED]
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/


I'd forgotten about that, thanks.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apache 1.x and 2.x on same server

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