Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2000 15:38:42 +0200
From:      Nevermind <never@nevermind.kiev.ua>
To:        mikel <mikel@ocsinternet.com>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: multiple apache versions.
Message-ID:  <20001201153842.D30994@nevermind.kiev.ua>
In-Reply-To: <3A27A6C7.4803759D@ocsinternet.com>; from mikel@ocsinternet.com on Fri, Dec 01, 2000 at 08:25:27AM -0500
References:  <3A26A08E.6215BBD3@ocsinternet.com> <20001201103306.E2185@nevermind.kiev.ua> <3A27A6C7.4803759D@ocsinternet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello, mikel!

On Fri, Dec 01, 2000 at 08:25:27AM -0500, you wrote:

>     Thanks, I forgot about the pid placement. I am aware of the bindery settings,
> what I am concerned about is if there will be any conflicts with building
> different versions, I am guessing that I will not be able to perform the usuall
> 'make install' like I would if the server were only going to use one version. Then
> there is the apachectl utility which I expect to get confused (more likely I'll be
> the one confused...)
> 
>     One thought I had was to do the seperate builds and rename the executable to
> something else like japache, fapache, and papache, thus making is a bit easier
> 
>     Thanks again for you response as I totaly overlooked the pid thingie....
:)
just do `make install PREFIX=/usr/local/apache1',`make install
PREFIX=/usr/local/apache2', etc.
Than, maybe you should have several /usr/local/etc/rc.d/apacheX.sh, which will
check for different pids :)
> Nevermind wrote:
> 
> > Hello, mikel!
> >
> > On Thu, Nov 30, 2000 at 01:46:38PM -0500, you wrote:
> >
> > > Has anyone set up different versions of appache running on the same
> > > server? Like say Apache+Jserv bound to x.x.x.x and Apache+mod_php bound
> > > to y.y.y.y and maybe even Apache+FastCGI bound to z.z.z.z?
> > Sure, you can do such thing.
> > # Listen: Allows you to bind Apache to specific IP addresses and/or
> > # ports, in addition to the default. See also the <VirtualHost>
> > # directive.
> > #
> > #Listen 3000
> > #Listen 12.34.56.78:80

-- 
Alexandr P. Kovalenko	http://nevermind.kiev.ua/
NEVE-RIPE


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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