Re: Tux and HTTP request forwarding
Bojan Smojver <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <[email protected]> |
Just one (probably stupid) question related to this. If a Tux user space module is defined to handle certain filename extensions, will Tux still forward requests with '?' in the URL to the secondary web server? Bojan On Fri, 2002-04-26 at 02:23, Ingo Molnar wrote: > > 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 > > > > _______________________________________________ > tux-list mailing list > [email protected] > https://listman.redhat.com/mailman/listinfo/tux-list >