Howdy,


> enterfornone:
> On the subject of dyndns - i have *.enterfornone.dyndns.org pointing to
> my dialup.  Is there a way of getting apache virtual servers working
> with this?  <VirtualHost> appears to require a static ip.  I guess i could
> make a sed script in ipup to update it but is there an easier way?


I haven't tried it, but I can't see why the following wouldn't work:


BindAddress *

<VirtualHost enterfornone.dyndns.org>
    ServerName enterfornone.dyndns.org
    ServerAlias www.enterfornone.dyndns.org
    ServerAlias enterfornone.com
    ServerAlias www.enterfornone.com
</VirtualHost>


That sort of thing has worked for me... Not with a dial-up tho.

- Jeff



--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to