Re: Tux and HTTP request forwarding
Ingo Molnar <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 25 Apr 2002, Serge Sozonoff wrote: > It seems that TUX will systematically try and forward an http request > the secondary server if the URL contains a query string. Is there a way > to disable this behaviour? right now the easiest way is to change net/tux/proto_http.c, and replace the two occurances of: c == '?' with: 0 from this point on TUX should treat the query string as part of the URL. btw., why do you want to do this? Ingo