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 |