Re: Tux and multiple webservers?
Bill Marrs <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <[email protected]> |
>What I really need is to have multiple instances of TUX, not just >tux listening on two ports.. We keep our app running in multiple >instances of apache, so when we have to push changes to a certain >instance, we don't have to restart the whole site, we can do it >one instance at a time.. so I need to say have tux listen on >port 8080 and pull data from apache on port 9080, as well as have >tux listen on port 8081 and pull data from apache port 9081, etc.. > >Is there a way to do this? I don't know. I'm not sure I understand why you would want this. Tux is unlike Apache in many ways. There's rarely a need to restart it (in my experience, anyway). It is optimized for serving files, so just change the files and you're done, right? no need to restart or run multiple instances.