View Single Post

   
  #8 (permalink)  
Old 01-17-2008, 07:35 AM
Kejpa
 
Posts: n/a
Default Re: https and Dynamic IP



John Doe wrote:
> Are you asking how to *redirect*?

No, I'd like to have some (or at least one) secure site(s) on my
Linux-box where I can access webmail and other stuff that I need to log
on in order to get. Sending the password without any encryption isn't my
idea of secure computing.

> for example:
> ifconfig | grep 'inet\ addr' > somefile

I've thought about doing it this way in the conf file:
---snip-----
SetEnvMyIP 213.204.63.63 #( get from system )

NameVirtualHost env=myIP
<VirtualHost 192.168.0.1 env=MyIP>
---snip-----

What do you all think? Will it work?

Comments, plz!
/Kejpa

Reply With Quote