Apache and multiple IP address

Hello,
I just configured Apache to use SSL using mod_ssl.

Now I have a scenario - I have 2 IP adrress - 1 internal [192.1.1.0] and 1
external IP [209.1.0.0] address. Apache works for internal IP address but
not for external.

When I set up Apache to listen to SSL this is what I set up:

<VirtualHost _default_:443>
DocumentRoot "/usr/local/apache2/htdocs"
ServerName 192.1.1.0
SSLEngine ON
SSLCertificateFile ...
SSLCertificateKeyFile ...

</VirtualHost>

Apache works for internal IP address but not for external.
I want to configure my Apache and SSL so that request to either internal or
external IP should work.

How should I go about doing it ?

Thank you
Deval


____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
DEVAL SHAH [ Do, 27 Juli 2006 22:05 ] [ ID #1407408 ]

RE: Apache and multiple IP address

<VirtualHost 209.1.0.0:443 192.1.1.0:443>



-----Original Message-----
From: owner-modssl-users [at] modssl.org
[mailto:owner-modssl-users [at] modssl.org] On Behalf Of DEVAL SHAH
Sent: Thursday, July 27, 2006 2:06 PM
To: modssl-users [at] modssl.org
Subject: Apache and multiple IP address

Hello,
I just configured Apache to use SSL using mod_ssl.

Now I have a scenario - I have 2 IP adrress - 1 internal [192.1.1.0] and
1
external IP [209.1.0.0] address. Apache works for internal IP address
but
not for external.

When I set up Apache to listen to SSL this is what I set up:

<VirtualHost _default_:443>
DocumentRoot "/usr/local/apache2/htdocs"
ServerName 192.1.1.0
SSLEngine ON
SSLCertificateFile ...
SSLCertificateKeyFile ...

</VirtualHost>

Apache works for internal IP address but not for external.
I want to configure my Apache and SSL so that request to either internal
or
external IP should work.

How should I go about doing it ?

Thank you
Deval


____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
jter [ Fr, 28 Juli 2006 21:50 ] [ ID #1408873 ]
Webserver » gmane.comp.apache.mod-ssl.user » Apache and multiple IP address

Vorheriges Thema: error handling if certificate based auth has failed
Nächstes Thema: [ANNOUNCE] mod_ssl 2.8.28 for Apache 1.3.37