Joshua wrote:
> 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
On 7/22/07, Yaakov Chaikin <[EMAIL PROTECTED]> wrote:
Sorry, and what if I want that second instance to start automatically
at boot up? How do I create a script that could go to the /etc/init.d
directory and be controlled by chkconfig?
That's really a redhat question more than an apache questio
Sorry, and what if I want that second instance to start automatically
at boot up? How do I create a script that could go to the /etc/init.d
directory and be controlled by chkconfig?
Thanks,
Yaakov.
On 7/22/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 7/22/07, Yaakov Chaikin <[EMAIL PROTECTED]
On 7/22/07, Yaakov Chaikin <[EMAIL PROTECTED]> wrote:
> 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 accomplis
ginal Message -
From: "Yaakov Chaikin" <[EMAIL PROTECTED]>
To:
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/comp
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
On 7/22/07, Yaakov Chaikin <[EMAIL PROTECTED]> wrote:
Hi,
Could someone point me to the right place in the documentation where
it talks about how to configure multiple instances of httpd on the
same machine?
If it's trivial, I would appreciate you could provide the instructions here.
It's rel
Hi,
Could someone point me to the right place in the documentation where
it talks about how to configure multiple instances of httpd on the
same machine?
If it's trivial, I would appreciate you could provide the instructions here.
Thanks,
Yaakov.
---