Re: 18 months later: Tux and HTTP request forwarding
Charles Bennington <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <[email protected]> |
The patch worked perfectly. Thank you very much for your help. I have been using tux for over a year in our production environment. This fix will keep me going for much longer. cb Ingo Molnar wrote: >On Tue, 28 Oct 2003, Charles Bennington wrote: > > > >>I have been looking for a way to have tux always handle requests for >>URLs with a question mark in them, but also discard the text including >>and following the question mark. For example: >> >>http://site/path/file?args ==> http://site/path/file >> >>This is in an attempt to serve files that are static by design by have a >>random argument appended to the end to defeat browser caching. [...] >> >> > >could you apply the attached patch and do: > > echo 1 > /proc/sys/net/tux/ignore_query > >does this do the trick? > > Ingo > > >