Re: [SOLVED] dynamic IP for publicfile
[email protected] (Paul Jarc) Mon, 18 Nov 2002 17:45:53 -0500
| Newsgroups | gmane.comp.djb.publicfile |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
Alexandros Papadopoulos <[email protected]> wrote: > I just needed to create a symbolic link to /public/file/0/ with my > IP You only need to do that if browsers are actually sending "Host: 1.2.3.4" in the HTTP header. If they are sending "Host: www.your.domain", then you just need a symlink for that name (which presumably will not change when your address changes). > and restart publicfile, each time my IP changed. You don't need to do that. publicfile's httpd is started by tcpserver for each connection, so it will always see the latest contents of /public/file/. paul