View Single Post

   
  #4 (permalink)  
Old 01-17-2008, 07:30 AM
David Efflandt
 
Posts: n/a
Default Re: https and Dynamic IP

On Sat, 18 Oct 2003 12:38:52 +0300, Kejpa <kejpa@netscape.net> wrote:
> Hi,
> I have some problems configuring an Apache2 webserver to use https and
> support multiple virtual servers.
> From what I've understand you need to have at least one entry for
> NameVirtualHost but as I have a dynamic IP from my ISP I can't set it.
> I've read that you can use variables with Apache2, and so I thought I'd
> get the current IP from somewhere and use it in the conf file.
>
> My question is just How?
> Where can I get the current IP of my internet connection (eth0) and how
> can I use it in the httpd.conf file?


You can use wildcard NameVirtualHost * and <VirtualHost *> sections for
http, but I doubt if it would work for https.

--
David Efflandt - All spam ignored http://www.de-srv.com/
http://www.autox.chicago.il.us/ http://www.berniesfloral.net/
http://cgi-help.virtualave.net/ http://hammer.prohosting.com/~cgi-wiz/
Reply With Quote