Excellent, that was the fix. I know I grep'ed through that file a
zillion times for ssl and it didn't ever show that INCLUDE line, but
when I grep'ed for "include" I found it.
Thank you so much!
-John
Krist van Besien wrote:
> On 2/24/06, John Beck <[EMAIL PROTECTED]> wrote:
>
>>Hello,
>> We ru
On 2/24/06, John Beck <[EMAIL PROTECTED]> wrote:
> Hello,
> We run multiple instances of apache 2.0.55 on the same server. Each
> instance has it's own IP address.
>
> I have been trying without success to run SSL on more than one instance
> at the same time. Usually if I specify the IP in a vi
On 2/24/06, John Beck <[EMAIL PROTECTED]> wrote:
I have been trying without success to run SSL on more than one instance at the same time. You want to keep your standard and SSL configurations in the same file. One problem we've had with running multiple SSL instances is collision on SSLMutex a
We start apache with http-server1.conf then we start anther apache with
http-server2.conf.
We only installed apache in one location /opt/apache2
and start all apache instances out of that directory by copying the
/opt/apache2/bin/apachectl to /opt/apache2/bin/server1_apachectl. At
this point
when you said multiple instances of apache , do you mean two different apache installs in like /usr/local/apache, and /usr/local/apache2 or do you mean just different virtual hosts within the same instance???
Kishore Jalleda
On 2/24/06, John Beck <[EMAIL PROTECTED]> wrote:
Hello,We run multip
Hello,
We run multiple instances of apache 2.0.55 on the same server. Each
instance has it's own IP address.
I have been trying without success to run SSL on more than one instance
at the same time. Usually if I specify the IP in a virtualhost section
of the ssl.conf then the first instance of