hey,

but asssuming i need that these both apache instances are working togother against one web application deployed to...concurrently. I think this was the question, it's like if you configured cluster environment.


Thanks,
Dmitry
www.ejinz.com
Search Technology world wide


----- Original Message ----- From: "Yaakov Chaikin" <[EMAIL PROTECTED]>
To: <users@httpd.apache.org>
Sent: Sunday, July 22, 2007 6:02 PM
Subject: Re: [EMAIL PROTECTED] Configuring multiple instances of apache on the same machine


It's relatively trivial if you do it in the simplest way:
Configure/compile/install with different --prefix's each time (meaning
one instance lives entirely under /usr/local/apache2a, another under
/usr/local/apache2b, etc). Then the only thing you need to do is
adjust the Listen directive to tell the correct IP-address/port.

Well, I don't want to go THAT trivial. :-)

If you want to share an httpd binary or do other tricky stuff like
that, then you have to be careful that the different instances don't
share some crucial files like LockFile.

Do you have instructions on how to get this setup accomplished? Can
someone provide those or provide a URL that would explain this?

Thanks!

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to