Re: Tux and multiple webservers?
Bill Marrs <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <[email protected]> |
>Is it possible to run tux on multiple ports? Yes. Basically, you need to fill the /proc file with the IP:port (as a URL), like so: echo http://192.168.0.13:80 >> /proc/net/tux/0/listen/0 ...or if you have 2 CPUs, it would be like this: echo http://192.168.0.13:80 >> /proc/net/tux/0/listen/0 echo http://192.168.0.13:80 >> /proc/net/tux/1/listen/0 Where I use "80", you can use your port number. I'm a little fuzzy on setting one tux up to respond to multiple IPs/ports, but I suspect it's all related to this file (perhaps you can put more than one URL in the file?) -bill