Re: fancy redirects / 404 passthrough
Marco Rothley <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Organization | dress-for-less GmbH |
| Message-ID | <[email protected]> |
Am Sonntag, 26. Oktober 2003 18:08 schrieb human bn: > but Tux sees these as 404 file not found's. Would it > be possible to have tux just passthrough any requests > it can't fulfill to Apache, instead of returning 404? There are several reasons for TUX to show the 404 page. The most important one is, when it can't find a backend server on the port defined in: /proc/sys/net/tux/clientport Also take a look in your /etc/tux.mime.types There has to be an entry TUX/redirect redirect cgi php ... in that file. I'm not sure but as far as I know TUX doesn't pass the request if this is not set in that file. Marco