Apache and multiple IP address

"DEVAL SHAH" <[email protected]>
Newsgroups gmane.comp.apache.mod-ssl.user
Message-ID <[email protected]>
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                      [email protected]
Automated List Manager                            [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.